SuanShu, a Java numerical and statistical library

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

Class Summary
JordanExchange Jordan Exchange exchanges the r-th basic/entering variable with the s-th non-basic/leaving variable of a matrix A, a representation of a linear function.
Tableau This class implements a "tableau" and its operations used in the Simplex method when solving an LP problem.
Tableau.Label  
 

Enum Summary
Tableau.LabelType  
 


SuanShu, a Java numerical and statistical library

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