Uses of Enum Class
org.ojalgo.optimisation.linear.SimplexSolver.Direction
Packages that use SimplexSolver.Direction
-
Uses of SimplexSolver.Direction in org.ojalgo.optimisation.linear
Subclasses with type arguments of type SimplexSolver.Direction in org.ojalgo.optimisation.linearFields in org.ojalgo.optimisation.linear declared as SimplexSolver.DirectionModifier and TypeFieldDescription(package private) SimplexSolver.DirectionSimplexSolver.EnterInfo.directionThe variable (indicated bySimplexSolver.EnterInfo.index) that will enter the basis, will either increase or decrease when entering.(package private) SimplexSolver.DirectionSimplexSolver.ExitInfo.directionThe 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.DirectionReturns 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.