Uses of Class
org.chocosolver.solver.Solver.Action
-
Packages that use Solver.Action Package Description org.chocosolver.solver A package devoted to Model and resolution tools. -
-
Uses of Solver.Action in org.chocosolver.solver
Fields in org.chocosolver.solver declared as Solver.Action Modifier and Type Field Description protected Solver.Action
Solver. action
The next action to execute in the search loopMethods in org.chocosolver.solver that return Solver.Action Modifier and Type Method Description static Solver.Action
Solver.Action. valueOf(String name)
Returns the enum constant of this type with the specified name.static Solver.Action[]
Solver.Action. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-