- remove(int) - Method in interface javax.constraints.VarSet
-
Removes the "value' from the possible set
- removeRange(double, double) - Method in interface javax.constraints.VarReal
-
Removes a range of values from the domain of this variable,
throws an exception if unsuccessful.
- require(int) - Method in interface javax.constraints.VarSet
-
Adds the "value" to the required set
- restoreProblem() - Method in interface javax.constraints.Solver
-
Restores a previously saved problem
- row(int) - Method in interface javax.constraints.VarMatrix
-
- run() - Method in interface javax.constraints.SearchStrategy
-
This method is used by CUSTOM strategies such as SearchStrategyLog
to define its execution logic