|
SuanShu, a Java numerical and statistical library | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectcom.numericalmethod.suanshu.optimization.constrained.linearprogramming.simplex.pivoting.NaiveRule
com.numericalmethod.suanshu.optimization.constrained.linearprogramming.simplex.pivoting.SmallestSubscriptRule
public class SmallestSubscriptRule
Bland's smallest-subscript rule is for anti-cycling in choosing a pivot.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface com.numericalmethod.suanshu.optimization.constrained.linearprogramming.simplex.pivoting.SimplexPivoting |
|---|
SimplexPivoting.Pivot |
| Constructor Summary | |
|---|---|
SmallestSubscriptRule()
|
|
| Method Summary | |
|---|---|
int |
pricing(Tableau table)
pivot column selection (pricing): The pivot column is the smallest non-basic variable index, s, such that column s has a negative element in the bottom row (reduced cost). |
| Methods inherited from class com.numericalmethod.suanshu.optimization.constrained.linearprogramming.simplex.pivoting.NaiveRule |
|---|
findPivot, ratioTest |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SmallestSubscriptRule()
| Method Detail |
|---|
public int pricing(Tableau table)
pricing in interface SimplexPivotingpricing in class NaiveRuletable -
|
SuanShu, a Java numerical and statistical library | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||