Uses of Class
org.ojalgo.optimisation.linear.SimplexSolver.Direction
-
Packages that use SimplexSolver.Direction Package Description org.ojalgo.optimisation.linear -
-
Uses of SimplexSolver.Direction in org.ojalgo.optimisation.linear
Fields in org.ojalgo.optimisation.linear declared as SimplexSolver.Direction Modifier and Type Field Description (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.Direction Modifier and Type Method Description static SimplexSolver.Direction
SimplexSolver.Direction. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static SimplexSolver.Direction[]
SimplexSolver.Direction. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-