Structs§
- Linear
Constraint - Represents a linear constraint in the form: coefficients * variables comparison_operator rhs
- Linear
Model - Represents a complete linear programming model including variables, constraints, and objective function.
Enums§
- Linear
Model Error - Errors that can occur when manipulating a LinearModel.