|
||||||||||
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.FractionalCutCallback
An instance of this class represents a user-written callback in an
application that uses an instance of IloCplex
to solve a
mixed integer programming problem (a MIP). It allows you to
monitor the progress of the generation of fractional cuts.
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.FractionalCutCallback()
Constructor for user-written fractional cut callbacks. |
Method Summary | |
protected double |
getProgress()
Returns the fraction of completion of the fractional cut generation. |
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.FractionalCutCallback()
IloCplex.FractionalCutCallback
objects directly.
Method Detail |
protected double getProgress() throws IloException
IloException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |