SuanShu, a Java numerical and statistical library

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

Interface Summary
SimplexPivoting This is the interface for choosing a pivot in the simplex iteration to reduce the cost function.
 

Class Summary
NaiveRule This is the rule found on p. 49.
SimplexPivoting.Pivot the pivot
SmallestSubscriptRule Bland's smallest-subscript rule is for anti-cycling in choosing a pivot.
 


SuanShu, a Java numerical and statistical library

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