Modifier and Type | Interface and Description |
---|---|
interface |
LPSolver<P extends LPProblem,S extends LPSolution<?>>
An LP solver solves a Linear Programming (LP) problem.
|
Modifier and Type | Interface and Description |
---|---|
interface |
LPSimplexSolution
The solution to a linear programming problem using a simplex method contains an
LPSimplexMinimizer . |
Modifier and Type | Method and Description |
---|---|
LPSolution<LPMinimizer> |
LPRevisedSimplexSolver.solve(LPProblem p) |
LPSolution<LPMinimizer> |
LPRevisedSimplexSolver.solve(LPRevisedSimplexSolver.Problem p) |
Copyright © 2010-2020 NM FinTech Ltd.. All Rights Reserved.