Uses of Class
org.ojalgo.optimisation.linear.SimplexStore.ColumnState
-
Packages that use SimplexStore.ColumnState Package Description org.ojalgo.optimisation.linear -
-
Uses of SimplexStore.ColumnState in org.ojalgo.optimisation.linear
Fields in org.ojalgo.optimisation.linear declared as SimplexStore.ColumnState Modifier and Type Field Description (package private) SimplexStore.ColumnState
SimplexSolver.EnterInfo. from
(package private) SimplexStore.ColumnState
SimplexSolver.ExitInfo. to
Fields in org.ojalgo.optimisation.linear with type parameters of type SimplexStore.ColumnState Modifier and Type Field Description private EnumPartition<SimplexStore.ColumnState>
SimplexStore. myPartition
Methods in org.ojalgo.optimisation.linear that return SimplexStore.ColumnState Modifier and Type Method Description (package private) SimplexStore.ColumnState
SimplexStore. getColumnState(int index)
static SimplexStore.ColumnState
SimplexStore.ColumnState. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static SimplexStore.ColumnState[]
SimplexStore.ColumnState. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.ojalgo.optimisation.linear with parameters of type SimplexStore.ColumnState Modifier and Type Method Description private void
SimplexSolver. shift(int column, SimplexStore.ColumnState state)
(package private) void
SimplexStore. updateBasis(int exit, SimplexStore.ColumnState exitToBound, int enter)
-