SuanShu, a Java numerical and statistical library

Package com.numericalmethod.suanshu.optimization.constrained.convex.sdp.socp.qp.lp.simplex.solver

Interface Summary
LPSimplexSolver<P extends LPProblem> A simplex solver works toward an LP solution by sequentially applying Jordan exchange to a simplex table.
 

Class Summary
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.
LPTwoPhaseSolver This implementation solves a linear programming problem, LPProblem, using a two-step approach.
 


SuanShu, a Java numerical and statistical library

Copyright © 2012 Numerical Method Inc. Ltd. All Rights Reserved.