IBM ILOG Solver Debugger User's Manual > IlcAddOnDebugger

Category

C++ class

Description

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.

Include File

<ilsolver/addondebugger.h>

Synopsis

class IlcAddOnDebugger {
public:
    IlcAddOnDebugger(IlcAddOnDebuggerI* impl=0);
    IloBool displayResult() const;
    IlcAddOnDebuggerI* getImpl() const;
  };
#endif

Constructor

IlcAddOnDebugger(IlcAddOnDebuggerI* impl=0);

Creates a new handle class on the same implementation object.

Member Functions

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.