public abstract static class IloCplex.OptimizationCallback extends IloCplex.Callback
IloCplex.Callback.Context, IloCplex.Callback.Function| Constructor and Description |
|---|
IloCplex.OptimizationCallback() |
| Modifier and Type | Method and Description |
|---|---|
protected IloModel |
getModel()
Returns the model being solved when the invoking callback is called,
that is, the active model.
|
protected int |
getNcols()
Returns the number of columns of the matrix representation of the
active model being solved when the invoking callback is called.
|
protected int |
getNQCs()
Returns the number of quadratic constraints in the active model being
solved when the invoking callback is called.
|
protected int |
getNrows()
Returns the number of rows of the matrix representation of the active
model being solved when the invoking callback is called.
|
abort, getCplexTime, getDetTime, getEndDetTime, getEndTime, getStartDetTime, getStartTime, mainprotected IloModel getModel() throws IloException
IloExceptionprotected int getNrows()
protected int getNQCs()
protected int getNcols()