Package org.hipparchus.optim.linear
package org.hipparchus.optim.linear
Optimization algorithms for linear constrained problems.
-
ClassDescriptionA linear constraint for a linear optimization problem.Class that represents a set of
linear constraints
.An objective function for a linear optimization problem.Base class for implementing linear optimizers.A constraint for a linear optimization problem indicating whether all variables must be restricted to non-negative values.Pivot selection rule to the use for a Simplex solver.Types of relationships between two cells in a SolverLinearConstraint
.Solves a linear problem using the "Two-Phase Simplex" method.A callback object that can be provided to a linear optimizer to keep track of the best solution found.