Skip to main content

Bounds

Type Alias Bounds 

Source
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 */ }