P - a linear programming typepublic interface LPSimplexSolver<P extends LPProblem> extends LPSolver<P,LPSimplexSolution>
| Modifier and Type | Method and Description |
|---|---|
LPSimplexSolution |
solve(SimplexTable table)
Solve an LP problem by a simplex algorithm on a simplex table
|
LPSimplexSolution solve(SimplexTable table) throws Exception
table - the initial simplex table corresponding to the LP problemException - when there is an errorCopyright © 2010-2020 NM FinTech Ltd.. All Rights Reserved.