IBM ILOG Solver Debugger User's Manual > Debugging and Performance Tuning for Solver-based Applications > Visualizing the Search > Monitoring Solution Restoring

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.