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