Package org.drip.optimization.lp
Class SyntheticVariableType
java.lang.Object
org.drip.optimization.lp.SyntheticVariableType
public class SyntheticVariableType
extends java.lang.Object
SyntheticVariableType holds the Types of Synthetic Variables. The References are:
- Nering, E. D., and A. W. Tucker (1993): Linear Programs and Related Problems Academic Press
- Murty, K. G. (1983): Linear Programming John Wiley and Sons New York
- Padberg, M. W. (1999): Linear Optimization and Extensions 2nd Edition Springer-Verlag
- van der Bei, R. J. (2008): Linear Programming: Foundations and Extensions 3rd Edition International Series in Operations Research and Management Science 114 Springer-Verlag
- Wikipedia (2020): Simplex Algorithm https://en.wikipedia.org/wiki/Simplex_algorithm
- Author:
- Lakshmi Krishnamurthy
-
Field Summary
Fields Modifier and Type Field Description static int
ARTIFICIAL
"ARTIFICIAL" Variablestatic int
SLACK
"SLACK" Variable -
Constructor Summary
Constructors Constructor Description SyntheticVariableType()
-
Method Summary
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
SLACK
public static final int SLACK"SLACK" Variable- See Also:
- Constant Field Values
-
ARTIFICIAL
public static final int ARTIFICIAL"ARTIFICIAL" Variable- See Also:
- Constant Field Values
-
-
Constructor Details
-
SyntheticVariableType
public SyntheticVariableType()
-