public class FerrisMangasarianWrightPhase1
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
FerrisMangasarianWrightPhase1(SimplexTable table)
Construct the phase 1 algorithm for an infeasible table corresponding to a non-standard linear programming problem, e.g., b ≥ 0.
|
| Modifier and Type | Method and Description |
|---|---|
SimplexTable |
process()
Find a feasible table, if any.
|
public FerrisMangasarianWrightPhase1(SimplexTable table)
table - an infeasible tablepublic SimplexTable process() throws LPInfeasible, java.lang.Exception
LPInfeasible - if the linear programming problem is infeasiblejava.lang.Exception - if any error