Package org.ojalgo.optimisation.linear
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.Direction
The variable (indicated byindex
) that will exit the basis, will either increase or decrease when exiting.(package private) int
private 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