Skip to main content
FRAMES NO FRAMES

Class IloCplex::TuningCallbackI

Definition file: ilcplex/ilocplexi.h
Map of IloCplex::TuningCallbackIIloCplex::TuningCallbackIIloCplex::TuningCallbackIIloCplex::CallbackI

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:

Method Summary
public IloNumgetProgress() const
protected Callback::TypegetType() const
protected TuningCallbackI(IloEnv env)
Inherited Methods from CallbackI
abort, duplicateCallback, getCplexTime, getDetTime, getEndDetTime, getEndTime, getEnv, getStartDetTime, getStartTime, getType, main
Method Detail

TuningCallbackI

protected TuningCallbackI(IloEnv env)
This constructor creates a callback for use in an application to monitor tuning progress.

getProgress

public IloNum getProgress() const
This method returns the fraction of completion of the tuning process.

getType

protected Callback::Type getType() const

This method returns the callback type of the invoking callback object.