Package | Description |
---|---|
org.apache.commons.math3.optimization.linear |
This package provides optimization algorithms for linear constrained problems.
|
Modifier and Type | Method and Description |
---|---|
protected void |
SimplexSolver.doIteration(SimplexTableau tableau)
Deprecated.
Runs one iteration of the Simplex method on the given model.
|
PointValuePair |
SimplexSolver.doOptimize()
Deprecated.
Perform the bulk of optimization algorithm.
|
protected void |
SimplexSolver.solvePhase1(SimplexTableau tableau)
Deprecated.
Solves Phase 1 of the Simplex method.
|