Uses of Enum Class
org.ojalgo.optimisation.linear.SimplexSolver.Direction
Packages that use SimplexSolver.Direction
-
Uses of SimplexSolver.Direction in org.ojalgo.optimisation.linear
Fields in org.ojalgo.optimisation.linear declared as SimplexSolver.DirectionModifier and TypeFieldDescription(package private) SimplexSolver.Direction
SimplexSolver.EnterInfo.direction
The variable (indicated bySimplexSolver.EnterInfo.index
) that will enter the basis, will either increase or decrease when entering.(package private) SimplexSolver.Direction
SimplexSolver.ExitInfo.direction
The variable (indicated bySimplexSolver.ExitInfo.index
) that will exit the basis, will either increase or decrease when exiting.Methods in org.ojalgo.optimisation.linear that return SimplexSolver.DirectionModifier and TypeMethodDescriptionstatic SimplexSolver.Direction
Returns the enum constant of this class with the specified name.static SimplexSolver.Direction[]
SimplexSolver.Direction.values()
Returns an array containing the constants of this enum class, in the order they are declared.