Type Definition highs::RowProblem[][src]

type RowProblem = Problem<RowMatrix>;

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