public abstract static class IloCplex.BarrierCallback extends IloCplex.ContinuousCallback
This class represents a user-written callback in an application that uses an
instance of IloCplex to solve a problem by means of the barrier
optimizer. IloCplex calls the user-written callback at the end
of each barrier iteration. If an attempt is made to access information not
available to an instance of this class, an exception is thrown.
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.ContinuousCallback| Modifier | Constructor and Description |
|---|---|
protected |
IloCplex.BarrierCallback()
Constructor for user-written barrier callback.
|
| Modifier and Type | Method and Description |
|---|---|
protected double |
getDualObjValue()
Returns the current dual objective value.
|
getDualInfeasibility, getInfeasibility, getNiterations, getObjValue, isDualFeasible, isFeasibleabort, getCplexTime, getDetTime, getEndDetTime, getEndTime, getEnvImpl, getModel, getNcols, getNQCs, getNrows, getStartDetTime, getStartTime, mainprotected IloCplex.BarrierCallback()
IloCplex.BarrierCallback objects directly.protected double getDualObjValue()
throws IloException
IloException