type Variable = Col;
Expand description
A decision variable in the optimisation
Note that this type does not include the value of the variable; it just refers to a particular column of the problem.
Aliased Typeยง
struct Variable(/* private fields */);