public interface SimplexPivoting
| Modifier and Type | Interface and Description |
|---|---|
static class |
SimplexPivoting.Pivot
the pivot
|
| Modifier and Type | Method and Description |
|---|---|
SimplexPivoting.Pivot |
getPivot(SimplexTable table)
Get the next pivot.
|
int |
pricing(SimplexTable table)
This is pivot column selection (pricing) rule.
|
int |
ratioTest(SimplexTable table,
int s)
This is pivot row selection (Ratio test) rule.
|
int pricing(SimplexTable table)
table - a simplex tableint ratioTest(SimplexTable table, int s)
table - a simplex tables - a column indexSimplexPivoting.Pivot getPivot(SimplexTable table) throws LPUnbounded
table - a simplex tablenull if the table already optimalLPUnbounded - if the table is unboundedCopyright © 2010-2020 NM FinTech Ltd.. All Rights Reserved.