| Overview | Group | Tree | Graph | Deprecated | Index | Concepts |
This struct provides an enum of
identifiers for the kinds of information that you can
retrieve from a generic callback by invoking one (or more)
of the generic callback informational methods.
| Inner Enumeration |
|---|
| Info::Infos |
| Inner Enumeration Detail |
|---|
This enum identifies the kinds of information
that your application can retrieve from a generic callback
by means of the methods
IloCple::Callback::getIntInfo(Info),
IloCplex::Callback::getLongInfo(Info), or
IloCplex::Callback::getDoubleInfo(Info).
See documentation of the enumeration CPXCALLBACKINFO in
the reference manual of the Callable Library (C API)
for further details about these values.
| Fields |
|---|
ThreadId = CPXCALLBACKINFO_THREADID |
See CPXCALLBACKINFO_THREADID in the callable library reference manual.
|
NodeCount = CPXCALLBACKINFO_NODECOUNT |
See CPXCALLBACKINFO_NODECOUNT in the callable library reference manual.
|
IterationCount = CPXCALLBACKINFO_ITCOUNT |
See CPXCALLBACKINFO_ITCOUNT in the callable library reference manual.
|
BestSolution = CPXCALLBACKINFO_BEST_SOL |
See CPXCALLBACKINFO_BEST_SOL in the callable library reference manual.
|
BestBound = CPXCALLBACKINFO_BEST_BND |
See CPXCALLBACKINFO_BEST_BND in the callable library reference manual.
|
Threads = CPXCALLBACKINFO_THREADS |
See CPXCALLBACKINFO_THREADS in the callable library reference manual.
|
Feasible = CPXCALLBACKINFO_FEASIBLE |
See CPXCALLBACKINFO_FEASIBLE in the callable library reference manual.
|
Time = CPXCALLBACKINFO_TIME |
See CPXCALLBACKINFO_TIME in the callable library reference manual.
|
DeterministicTime = CPXCALLBACKINFO_DETTIME |
See CPXCALLBACKINFO_DETTIME in the callable library reference manual.
|
NodeUID = CPXCALLBACKINFO_NODEUID |
See CPXCALLBACKINFO_NODEUID in the callable library reference manual.
|
NodeDepth = CPXCALLBACKINFO_NODEDEPTH |
See CPXCALLBACKINFO_NODEDEPTH in the callable library reference manual.
|
CandidateSource = CPXCALLBACKINFO_CANDIDATE_SOURCE |
See CPXCALLBACKINFO_CANDIDATE_SOURCE in the callable library reference manual.
|
Restarts = CPXCALLBACKINFO_RESTARTS AfterCutLoop = CPXCALLBACKINFO_AFTERCUTLOOP |
See CPXCALLBACKINFO_RESTARTS in the callable library reference manual.
|
NodesLeft = CPXCALLBACKINFO_NODESLEFT |
See CPXCALLBACKINFO_NODESLEFT in the callable library reference manual.
|