NO FRAMES

Class IloCplex::TuningCallbackI

Definition file: ilcplex/ilocplexi.h

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:

Constructor Summary
protected TuningCallbackI(IloEnv env)
Method Summary
protected IloNumgetProgress() const
Inherited Methods from CallbackI
abort, duplicateCallback, getEnv, main
Constructor Detail

TuningCallbackI

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

Method Detail

getProgress

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