|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--ilog.cplex.IloCplex.Callback
|
+--ilog.cplex.IloCplex.MIPCallback
|
+--ilog.cplex.IloCplex.ProbingCallback
The base class for user-written callbacks that monitor probing progress.
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.MIPCallback| Constructor Summary | |
protected |
IloCplex.ProbingCallback()
Constructor for user-written probing callbacks. |
| Method Summary | |
protected int |
getPhase()
Returns the current phase of probing. |
protected double |
getProgress()
Returns the fraction of completion of the probing phase. |
| Methods inherited from class ilog.cplex.IloCplex.Callback |
abort, getModel, getNcols, getNQCs, getNrows, main |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
protected IloCplex.ProbingCallback()
IloCplex.ProbingCallback objects directly.
| Method Detail |
protected int getPhase()
throws IloException
IloException
protected double getProgress()
throws IloException
IloException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||