| Overview | Group | Tree | Graph | Deprecated | Index | Concepts |
IloCP.
An enumeration for the class IloCP.
Floating-point information.
| Fields |
|---|
SolveTime = 1001 | This information represents the time spent in the last solve
including any extraction time (see |
ExtractionTime = 1002 | This information represents the time spent extracting the model
in the last solve. That is, the time spent in model extraction by the
CP Optimizer search engine (in seconds) since the last call to
See also:
|
TotalTime = 1003 | This information represents the total time spent in the invoking
instance of CP Optimizer search engine (in seconds) since it
was created.
Whether this measure is "system time" or "wall-clock" time depends
on the value of the |
EffectiveOptimalityTolerance = 1004 | This information represents the effective optimality
tolerance observed after a problem optimization. It can be
stronger than the one given by tolerance parameters. For
example, for a minimization problem, if this information returns
a value t and |
ILC_MAX_NumInfo |