pub type Bounds = BTreeMap<VariableID, Bound>;Expand description
Bound for each decision variable
This uses BTreeMap to keep the order of decision variables by their IDs
for intuitive debugging.
Aliased Typeยง
pub struct Bounds { /* private fields */ }