public class FerrisMangasarianWrightScheme2 extends Object
Constructor and Description |
---|
FerrisMangasarianWrightScheme2(SimplexTable table)
Construct the scheme 2 algorithm for a table with equalities and free variables.
|
Modifier and Type | Method and Description |
---|---|
SimplexTable |
process()
Remove equalities and free variables, if possible.
|
public FerrisMangasarianWrightScheme2(SimplexTable table)
table
- a table with equalities and free variablespublic SimplexTable process() throws LPInfeasible, LPUnbounded
LPInfeasible
- if the linear programming problem is infeasibleLPUnbounded
- if the linear programming problem is unboundedCopyright © 2010-2020 NM FinTech Ltd.. All Rights Reserved.