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;