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.ColumnStateSimplexSolver.EnterInfo. from(package private) SimplexStore.ColumnStateSimplexSolver.ExitInfo. toFields in org.ojalgo.optimisation.linear with type parameters of type SimplexStore.ColumnState Modifier and Type Field Description private EnumPartition<SimplexStore.ColumnState>SimplexStore. myPartitionMethods in org.ojalgo.optimisation.linear that return SimplexStore.ColumnState Modifier and Type Method Description (package private) SimplexStore.ColumnStateSimplexStore. getColumnState(int index)static SimplexStore.ColumnStateSimplexStore.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 doubleSimplexSolver. shift(int column, SimplexStore.ColumnState state)(package private) voidSimplexStore. updateBasis(int exit, SimplexStore.ColumnState exitToBound, int enter)
-