Uses of Enum Class
org.ojalgo.optimisation.linear.SimplexStore.ColumnState
Packages that use SimplexStore.ColumnState
-
Uses of SimplexStore.ColumnState in org.ojalgo.optimisation.linear
Fields in org.ojalgo.optimisation.linear declared as SimplexStore.ColumnStateModifier and TypeFieldDescription(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.ColumnStateModifier and TypeFieldDescriptionprivate final EnumPartition
<SimplexStore.ColumnState> SimplexStore.myPartition
Methods in org.ojalgo.optimisation.linear that return SimplexStore.ColumnStateModifier and TypeMethodDescription(package private) final SimplexStore.ColumnState
SimplexStore.getColumnState
(int index) static SimplexStore.ColumnState
Returns 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 void
SimplexSolver.shift
(int column, SimplexStore.ColumnState state) (package private) final void
SimplexStore.updateBasis
(int exit, SimplexStore.ColumnState exitToBound, int enter)