SuanShu, a Java numerical and statistical library

Package com.numericalmethod.suanshu.optimization.constrained.linearprogramming.simplex.standard

Class Summary
LpBoundedSolution This class represents a solution to a bounded Linear Programming (LP) problem.
LpUnboundedSolution This class represents a solution to an unbounded Linear Programming (LP) problem.
Phase2ByFerrisMangasarianWright This implements Algorithm 3.1 in the reference.
StandardSimplex In our implementation, we follow the convention in "Linear Programming with MATLAB," Michael C.
 


SuanShu, a Java numerical and statistical library

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