Skip to main content

Bounds

Type Alias Bounds 

Source
pub type Bounds<'a, T> = Vec<BoundsLine<'a, T>>;
Expand description

Type alias for a collection of BoundsLine instances.

Represents the BOUNDS section of an MPS file, where each BoundsLine defines a bound for a particular variable (column) in the linear programming model.

Aliased Typeยง

pub struct Bounds<'a, T> { /* private fields */ }