Crate linprog

Source
Expand description

A linear programming library

Providing an interface to optimize linear programs.

This library does not (yet) support mixed integer programming.

Structs§

Model
Representation of a linear program.
Summand
A pair of factor and variable for constructing sums.
Var
A representation of a variable used in the linear program.

Enums§

Objective
A linear program’s objective.
Operator
A constraint’s comparing operator.