| Overview | Group | Tree | Graph | Deprecated | Index | Concepts |

An instance of a class derived from TuningCallbackI
represents a user-written callback in an application that uses an instance
of IloCplex. The callback is called
periodically during tuning. This class enables you to access information
on the progress of tuning.
See Also:
IloCplex, IloCplex::Callback, IloCplex::CallbackI, ILOTUNINGCALLBACK0
| Method Summary | |
|---|---|
public IloNum | getProgress() const |
protected Callback::Type | getType() const |
protected | TuningCallbackI(IloEnv env) |
Inherited Methods from CallbackI |
|---|
abort, duplicateCallback, getCplexTime, getDetTime, getEndDetTime, getEndTime, getEnv, getStartDetTime, getStartTime, getType, main |
| Method Detail |
|---|
This method returns the callback type of the invoking callback object.