Class SimplexSolver.EnterInfo
java.lang.Object
org.ojalgo.optimisation.linear.SimplexSolver.EnterInfo
- Enclosing class:
SimplexSolver
Enter to
SimplexStore.ColumnState.BASIS from either SimplexStore.ColumnState.LOWER, SimplexStore.ColumnState.UPPER, or
SimplexStore.ColumnState.UNBOUNDED.
In case of a bound-switch nothing enters the basis. In such case this type declares "the switch" rather than the enter-part of a normal basis-update.
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) SimplexSolver.DirectionThe variable (indicated byindex) that will enter the basis, will either increase or decrease when entering.(package private) SimplexStore.ColumnState(package private) intprivate final int[] -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
myExcluded
private final int[] myExcluded -
direction
SimplexSolver.Direction directionThe variable (indicated byindex) that will enter the basis, will either increase or decrease when entering. -
from
-
index
int index
-
-
Constructor Details
-
EnterInfo
EnterInfo(int[] excluded)
-
-
Method Details
-
equals
-
hashCode
-
toString
-
column
int column() -
column
void column(int column) -
indexOf
int indexOf(int column) -
reset
void reset()
-