FRAMES NO FRAMES

Class IloCPTrace

Definition file: ilsolver/ilosolverhandle.h
Include file: <ilsolver/ilosolver.h>

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:

Constructor Summary
public IloCPTrace()
public IloCPTrace(IloCPTraceI * impl=0)
Method Summary
public IloCPTraceI *getImpl() const
Constructor Detail

IloCPTrace

public IloCPTrace()

This constructor creates a trace at the start of search.


IloCPTrace

public IloCPTrace(IloCPTraceI * impl=0)

This constructor creates a trace from its implementation object.


Method Detail

getImpl

public IloCPTraceI * getImpl() const

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.