LinearConstraint |
A linear constraint for a linear optimization problem.
|
LinearObjectiveFunction |
An objective function for a linear optimization problem.
|
LinearOptimizer |
Base class for implementing linear optimizers.
|
NoFeasibleSolutionException |
This class represents exceptions thrown by optimizers when no solution fulfills the constraints.
|
PivotSelectionRule |
Pivot selection rule to the use for a Simplex solver.
|
Relationship |
|
UnboundedSolutionException |
This class represents exceptions thrown by optimizers when a solution escapes to infinity.
|