| Interface | Description |
|---|---|
| LPSimplexSolver<P extends LPProblem> |
A simplex solver works toward an LP solution by sequentially applying Jordan exchange to a simplex table.
|
| Class | Description |
|---|---|
| FerrisMangasarianWrightPhase2 |
This implementation solves a canonical linear programming problem that does not need preprocessing its simplex table.
|
| LPCanonicalSolver |
This is an LP solver that solves a canonical LP problem in the following form.
|
| LPRevisedSimplexSolver | |
| LPRevisedSimplexSolver.Problem | |
| LPTwoPhaseSolver |
This implementation solves a linear programming problem,
LPProblem, using a two-step approach. |
Copyright © 2010-2020 NM FinTech Ltd.. All Rights Reserved.