IBM ILOG Solver Debugger User's Manual > IlcAddOnDebugger |
IlcAddOnDebugger |
INDEX
![]() |
C++ class
The class IlcAddOnDebugger
is the base class for the Debugger classes specialized in debugging an application based on an add-on for IBM® ILOG® Solver.
<ilsolver/addondebugger.h>
class IlcAddOnDebugger { public: IlcAddOnDebugger(IlcAddOnDebuggerI* impl=0); IloBool displayResult() const; IlcAddOnDebuggerI* getImpl() const; }; #endif
IlcAddOnDebugger(IlcAddOnDebuggerI* impl=0);
Creates a new handle class on the same implementation object.
IloBool displayResult() const;
Displays the result graphically. In the current implementation, by default, this member function is automatically called at each solution. In Scheduler applications it displays a Gantt chart with precedences.
IlcAddOnDebuggerI* getImpl() const;
Returns the implementation object.
© Copyright IBM Corp. 1987, 2009. Legal terms. | PREVIOUS NEXT |