Uses of Enum Class
org.ojalgo.optimisation.linear.SimplexStore.ColumnState
Packages that use SimplexStore.ColumnState
-
Uses of SimplexStore.ColumnState in org.ojalgo.optimisation.linear
Subclasses with type arguments of type SimplexStore.ColumnState in org.ojalgo.optimisation.linearFields in org.ojalgo.optimisation.linear declared as SimplexStore.ColumnStateModifier and TypeFieldDescription(package private) SimplexStore.ColumnStateSimplexSolver.EnterInfo.from(package private) SimplexStore.ColumnStateSimplexSolver.ExitInfo.toFields in org.ojalgo.optimisation.linear with type parameters of type SimplexStore.ColumnStateModifier and TypeFieldDescriptionprivate final EnumPartition<SimplexStore.ColumnState> SimplexStore.myPartitionMethods in org.ojalgo.optimisation.linear that return SimplexStore.ColumnStateModifier and TypeMethodDescription(package private) final SimplexStore.ColumnStateSimplexStore.getColumnState(int index) static SimplexStore.ColumnStateReturns the enum constant of this class with the specified name.static SimplexStore.ColumnState[]SimplexStore.ColumnState.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.ojalgo.optimisation.linear with parameters of type SimplexStore.ColumnStateModifier and TypeMethodDescriptionprivate doubleSimplexSolver.shift(int column, SimplexStore.ColumnState state) (package private) final voidSimplexStore.updateBasis(int exit, SimplexStore.ColumnState exitToBound, int enter)