Interface | Description |
---|---|
LPMinimizer |
An LP minimizer minimizes the objective of an LP problem, satisfying all the constraints.
|
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.
|
LPSolver<P extends LPProblem,S extends LPSolution<?>> |
An LP solver solves a Linear Programming (LP) problem.
|
Copyright © 2010-2020 NM FinTech Ltd.. All Rights Reserved.