IBM ILOG Solver Debugger User's Manual > Debugging and Performance Tuning for Solver-based Applications > Visualizing Propagation > Visualizing Variable Domains |
Visualizing Variable Domains |
INDEX
![]() |
You can set visualization options to follow the domains of the variables during the execution in the Output window located at the bottom of the Solver Debugger GUI.
To follow the domains of the variables, you can put graphical demons on your variables by passing a fourth argument to the member function registerVariable()
.
debugger.registerVariable(ilovars,IloTrue,IloTrue, IlcVisualizeDomain | IlcVisualizeInterval | IlcVisualizeValue | IlcVisualizeBoolean, "queens");
IlcVisualizeDomain.
IlcVisualizeInterval.
IlcVisualizeValue.
IlcVisualizeBoolean.
IlcVisualizeDisabled.
Visualization is disabled by default.
These displays are available as notebook pages in the Output window of the Solver Debugger GUI.
Note |
You may miss some changes if a failure occurs at a node before the graphical demon is executed. |
The following variable visualization examples are taken from the debugnqueen problem.
x1[0]
variable replaces the expected queens[0]
.
© Copyright IBM Corp. 1987, 2009. Legal terms. | PREVIOUS NEXT |