solverforge-scoring 0.10.0

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

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