- java.lang.Object
-
- org.ojalgo.optimisation.linear.SimplexSolver.IterDescr
-
- Enclosing class:
- SimplexSolver
static final class SimplexSolver.IterDescr extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description (package private) SimplexSolver.EnterInfoenter(package private) SimplexSolver.ExitInfoexit
-
Constructor Summary
Constructors Constructor Description IterDescr(SimplexStore simplex)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) intcolumn()booleanequals(java.lang.Object obj)inthashCode()(package private) booleanisBasisUpdate()Normal basis update – one variable leaves the basis and another enters.(package private) booleanisBoundFlip()Change fromSimplexStore.ColumnState.LOWERtoSimplexStore.ColumnState.UPPERor vice versa.(package private) booleanisNoOperation()(package private) voidmarkAsBoundFlip()(package private) voidreset()(package private) introw()java.lang.StringtoString()
-
-
-
Field Detail
-
enter
final SimplexSolver.EnterInfo enter
-
exit
final SimplexSolver.ExitInfo exit
-
-
Constructor Detail
-
IterDescr
IterDescr(SimplexStore simplex)
-
-
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()
-
isBasisUpdate
boolean isBasisUpdate()
Normal basis update – one variable leaves the basis and another enters.
-
isBoundFlip
boolean isBoundFlip()
Change fromSimplexStore.ColumnState.LOWERtoSimplexStore.ColumnState.UPPERor vice versa. (No change in basis.)
-
isNoOperation
boolean isNoOperation()
-
markAsBoundFlip
void markAsBoundFlip()
-
reset
void reset()
-
row
int row()
-
-