Type Alias highs::ColProblem

source ·
pub type ColProblem = Problem<ColMatrix>;
Expand description

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

Aliased Type§

struct ColProblem { /* private fields */ }