- trace() - Method in interface javax.constraints.SearchStrategy
-
Forces the solver to log information about this strategy every time when it is executed
- trace(Var) - Method in interface javax.constraints.Solver
-
This method forces to trace (to log) all modification events for
the variable "var".
- trace(Var[]) - Method in interface javax.constraints.Solver
-
This method forces to trace (to log) all modification events for
all variables "vars"
- trace(VarSet) - Method in interface javax.constraints.Solver
-
This method forces to trace (to log) all modification events for
the variable "setVar".
- traceExecution(boolean) - Method in interface javax.constraints.Solver
-
This method forces the execution to
log important execution points
- traceFailures(boolean) - Method in interface javax.constraints.Solver
-
If flag is true, all failures will be traced (logged)
- traceSolutions(boolean) - Method in interface javax.constraints.Solver
-
This method forces the execution to
log intermediate solutions during optimization search