- java.lang.Object
-
- org.ojalgo.optimisation.linear.SimplexSolver.ExitInfo
-
- Enclosing class:
- SimplexSolver
static final class SimplexSolver.ExitInfo extends java.lang.ObjectExit fromSimplexStore.ColumnState.BASISto eitherSimplexStore.ColumnState.LOWERorSimplexStore.ColumnState.UPPER.In case of a bound-switch nothing leaves the basis, and this type bears no meaning.
-
-
Field Summary
Fields Modifier and Type Field Description (package private) SimplexSolver.DirectiondirectionThe variable (indicated byindex) that will exit the basis, will either increase or decrease when exiting.(package private) intindexprivate int[]myIncluded(package private) SimplexStore.ColumnStateto
-
Constructor Summary
Constructors Constructor Description ExitInfo(int[] included)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) intcolumn()booleanequals(java.lang.Object obj)inthashCode()(package private) intindexOf(int column)(package private) voidreset()(package private) introw()java.lang.StringtoString()
-
-
-
Field Detail
-
myIncluded
private final int[] myIncluded
-
direction
SimplexSolver.Direction direction
The variable (indicated byindex) that will exit the basis, will either increase or decrease when exiting.
-
index
int index
-
to
SimplexStore.ColumnState to
-
-
Method Detail
-
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
column
int column()
-
indexOf
int indexOf(int column)
-
reset
void reset()
-
row
int row()
-
-