Package org.apache.commons.math3.optimization.linear
This package provides optimization algorithms for linear constrained problems.
-
Interface Summary Interface Description LinearOptimizer Deprecated. As of 3.1 (to be removed in 4.0). -
Class Summary Class Description AbstractLinearOptimizer Deprecated. As of 3.1 (to be removed in 4.0).LinearConstraint Deprecated. As of 3.1 (to be removed in 4.0).LinearObjectiveFunction Deprecated. As of 3.1 (to be removed in 4.0).SimplexSolver Deprecated. As of 3.1 (to be removed in 4.0). -
Enum Summary Enum Description Relationship Deprecated. As of 3.1 (to be removed in 4.0). -
Exception Summary Exception Description NoFeasibleSolutionException Deprecated. As of 3.1 (to be removed in 4.0).UnboundedSolutionException Deprecated. As of 3.1 (to be removed in 4.0).