Type Definition highs::ColProblem[][src]

type ColProblem = Problem<ColMatrix>;

A problem where constraints are declared first, and variables are then added dynamically. See Problem<ColMatrix>.