Package org.apache.commons.math.optimization.linear
package org.apache.commons.math.optimization.linear
This package provides optimization algorithms for linear constrained problems.
-
ClassDescriptionBase class for implementing linear optimizers.A linear constraint for a linear optimization problem.An objective function for a linear optimization problem.This interface represents an optimization algorithm for linear problems.This class represents exceptions thrown by optimizers when no solution fulfills the constraints.Types of relationships between two cells in a Solver
LinearConstraint
.Solves a linear problem using the Two-Phase Simplex Method.This class represents exceptions thrown by optimizers when a solution escapes to infinity.