Variable

Type Alias Variable 

Source
pub type Variable = Col;
Expand description

A decision variable in the optimisation

This alias represents a column created in the highs solver. Callers rely on the order in which columns are added to the problem when extracting solution values.

Aliased Typeยง

pub struct Variable(/* private fields */);