ValuedAssignment

Type Alias ValuedAssignment 

Source
pub type ValuedAssignment = IndexMap<ID, MultiBound>;
Expand description

Maps node IDs to their bounds and accumulated coefficients.

Aliased Typeยง

pub struct ValuedAssignment { /* private fields */ }