solverforge-scoring 0.12.0

Incremental constraint scoring for SolverForge
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
mod bi;
mod grouped;
mod source;
mod uni;

pub use bi::{
    ProjectedBiConstraintBuilder, ProjectedBiConstraintStream, ProjectedConstraintBuilder,
};
pub use grouped::{ProjectedGroupedConstraintBuilder, ProjectedGroupedConstraintStream};
pub use source::{
    JoinedProjectedSource, ProjectedRowCoordinate, ProjectedRowOwner, ProjectedSource, Projection,
    ProjectionSink,
};
pub use uni::ProjectedConstraintStream;