public abstract static class IloCplex.ProbingCallback extends IloCplex.MIPCallback
The constructor and methods of this class are protected to make sure that
they are used only to derive a user-written callback class or to implement
the main method in it.
IloCplex.MIPCallbackIloCplex.MIPCallback.NodeData| Modifier | Constructor and Description |
|---|---|
protected |
IloCplex.ProbingCallback()
Constructor for user-written probing callbacks.
|
| Modifier and Type | Method and Description |
|---|---|
protected int |
getPhase()
Returns the current phase of probing.
|
protected double |
getProgress()
Returns the fraction of completion of the probing phase.
|
getObjCoef, getObjCoefs, getObjCoefs, getUserThreadsgetBestObjValue, getCutoff, getDirection, getIncumbentObjValue, getIncumbentValue, getIncumbentValue, getIncumbentValues, getIncumbentValues, getMIPRelativeGap, getMyThreadNum, getNiterations, getNnodes, getNremainingNodes, getPriority, hasIncumbentabort, getCplexTime, getDetTime, getEndDetTime, getEndTime, getEnvImpl, getModel, getNcols, getNQCs, getNrows, getStartDetTime, getStartTime, mainprotected IloCplex.ProbingCallback()
IloCplex.ProbingCallback objects directly.protected int getPhase()
throws IloException
IloExceptionprotected double getProgress()
throws IloException
IloException