|
SuanShu, a Java numerical and statistical library | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
public interface SimplexPivoting
This is the interface for choosing a pivot in the simplex iteration to reduce the cost function.
| Nested Class Summary | |
|---|---|
static class |
SimplexPivoting.Pivot
the pivot |
| Method Summary | |
|---|---|
SimplexPivoting.Pivot |
findPivot(Tableau table)
Compute the next swapping indices. |
int |
pricing(Tableau table)
pivot column selection (pricing) |
int |
ratioTest(Tableau table,
int s)
pivot row selection (Ratio test) |
| Method Detail |
|---|
int pricing(Tableau table)
table -
int ratioTest(Tableau table,
int s)
table - s -
SimplexPivoting.Pivot findPivot(Tableau table)
throws LpProblem.Unbounded
table -
null if table already optimal
LpProblem.Unbounded
|
SuanShu, a Java numerical and statistical library | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||