Type Alias highs::RowProblem

source ·
pub type RowProblem = Problem<RowMatrix>;
Expand description

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

Aliased Type§

struct RowProblem { /* private fields */ }