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