| IBM ILOG Solver Debugger User's Manual > Debugging and Performance Tuning for Solver-based Applications > Visualizing the Search > Monitoring Solution Restoring |
Monitoring Solution Restoring |
INDEX
PREVIOUS
NEXT
|
To obtain a new Search Tree view when restoring a solution, type:
debugger.newSearchTreeView();
solver.solve(IloRestoreSolution(env, best));
To prevent the Debugger from displaying the Gantt chart automatically at each intermediate solution, type: debugger.setAutomaticDisplay(IloFalse);
Then call debugger.displayresult() when the optimal solution is restored.
| © Copyright IBM Corp. 1987, 2009. Legal terms. | PREVIOUS NEXT |