Class SimplexSolver.ExitInfo
java.lang.Object
org.ojalgo.optimisation.linear.SimplexSolver.ExitInfo
- Enclosing class:
SimplexSolver
Exit from
SimplexStore.ColumnState.BASIS to either SimplexStore.ColumnState.LOWER or SimplexStore.ColumnState.UPPER.
In case of a bound-switch nothing leaves the basis, and this type bears no meaning.
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) SimplexSolver.DirectionThe variable (indicated byindex) that will exit the basis, will either increase or decrease when exiting.(package private) intprivate final int[](package private) SimplexStore.ColumnState -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
myIncluded
private final int[] myIncluded -
direction
SimplexSolver.Direction directionThe variable (indicated byindex) that will exit the basis, will either increase or decrease when exiting. -
index
int index -
to
-
-
Constructor Details
-
ExitInfo
ExitInfo(int[] included)
-
-
Method Details
-
equals
-
hashCode
-
toString
-
column
int column() -
indexOf
int indexOf(int column) -
reset
void reset() -
row
int row()
-