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

An instance of the class
IloCplex::FlowMIRCutCallbackI
represents a user-written callback in an
application that uses an instance of
IloCplex to solve a mixed integer
programming problem (a MIP). This class offers a member
function to check on the progress of the generation of Flow MIR cuts.
The constructor and methods of this class are
protected for use in deriving a user-written callback class
and in implementing the main method there.
If an attempt is made to access information not available to an instance of this class, an exception is thrown.
See Also:
IloCplex, IloCplex::Callback, IloCplex::CallbackI, IloCplex::MIPCallbackI, IloCplex::OptimizationCallbackI, ILOFLOWMIRCUTCALLBACK0
| Method Summary | |
|---|---|
protected | FlowMIRCutCallbackI(IloEnv env) |
public IloNum | getProgress() const |
protected Callback::Type | getType() const |
Inherited Methods from MIPCallbackI |
|---|
getCurrentNodeDepth, getObjCoef, getObjCoef, getObjCoefs, getObjCoefs, getType, getUserThreads, MIPCallbackI |
Inherited Methods from OptimizationCallbackI |
|---|
getModel, getNcols, getNQCs, getNrows |
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.