Module linear_model

Source

Structs§

LinearConstraint
Represents a linear constraint in the form: coefficients * variables comparison_operator rhs
LinearModel
Represents a complete linear programming model including variables, constraints, and objective function.

Enums§

LinearModelError
Errors that can occur when manipulating a LinearModel.

Functions§

make_constraints_map_from_assignment