Interface LPSolver<P extends LPProblem,S extends LPSolution<?>>
-
- Type Parameters:
P- the type of LP problem to be solvedS- the type of LP solution to the LP problem type
- All Superinterfaces:
ConstrainedMinimizer<P,S>,Minimizer<P,S>,Optimizer<P,S>
- All Known Subinterfaces:
LPSimplexSolver<P>
- All Known Implementing Classes:
FerrisMangasarianWrightPhase2,LPCanonicalSolver,LPRevisedSimplexSolver,LPTwoPhaseSolver
public interface LPSolver<P extends LPProblem,S extends LPSolution<?>> extends ConstrainedMinimizer<P,S>
An LP solver solves a Linear Programming (LP) problem.