Package dev.nm.solver.multivariate.constrained.convex.sdp.socp.qp.lp.simplex.solver
-
Interface Summary Interface Description LPSimplexSolver<P extends LPProblem> A simplex solver works toward an LP solution by sequentially applying Jordan exchange to a simplex table. -
Class Summary Class Description FerrisMangasarianWrightPhase2 This implementation solves a canonical linear programming problem that does not need preprocessing its simplex table.LPCanonicalSolver This is an LP solver that solves a canonical LP problem in the following form.LPRevisedSimplexSolver LPRevisedSimplexSolver.Problem LPTwoPhaseSolver This implementation solves a linear programming problem,LPProblem
, using a two-step approach.