Modifier and Type | Interface and Description |
---|---|
interface |
LPSolution<T extends LPMinimizer>
A solution to an LP problem contains all information about solving an LP problem such as
whether the problem has a solution (bounded), how many minimizers it has, and the minimum.
|
Modifier and Type | Interface and Description |
---|---|
interface |
LPSimplexMinimizer
A simplex LP minimizer can be read off from the solution simplex table.
|
Modifier and Type | Class and Description |
---|---|
class |
LPBoundedMinimizer
This is the solution to a bounded linear programming problem.
|
class |
LPUnboundedMinimizer
This is the solution to an unbounded linear programming problem.
|
class |
LPUnboundedMinimizerScheme2
This is the solution to an unbounded linear programming problem found in scheme 2.
|
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.