solverforge-scoring 0.8.4

Incremental constraint scoring for SolverForge
Documentation
1
2
3
4
5
6
7
8
9
10
11
/* O(1) flattened bi-constraint stream.

Provides O(1) lookup for flattened items by pre-indexing C items by key.
*/

mod base;
mod builder;
mod weighting;

pub use base::FlattenedBiConstraintStream;
pub use builder::FlattenedBiConstraintBuilder;