Overview | Group | Tree | Graph | Index | Concepts |
An instance of this class is used to wrap the Solver trace mechanism. It enables you to set a trace at the start of a search.
See Also:
IloCPTraceI, ILOCPTRACEWRAPPER0
Constructor Summary | |
---|---|
public | IloCPTrace() |
public | IloCPTrace(IloCPTraceI * impl=0) |
Method Summary | |
---|---|
public IloCPTraceI * | getImpl() const |
Constructor Detail |
---|
This constructor creates a trace at the start of search.
This constructor creates a trace from its implementation object.
Method Detail |
---|
This member function returns a pointer to the implentation object of the invoking trace. This member function is useful when you need to be sure that you are using the same copy of the invoking trace in more than one situation.