Skip to main content
FRAMES NO FRAMES

Enumeration NumInfo

Definition file: ilcp/cp.h
Floating-point information for 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 IloCP::extract). That is, the time spent in the CP Optimizer search engine (in seconds) since the last call to IloCP::solve or IloCP::startNewSearch. Whether this measure is "system time" or "wall-clock" time depends on the value of the TimeMode parameter.

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 IloCP::solve or IloCP::startNewSearch. Whether this measure is "system time" or "wall-clock" time depends on the value of the TimeMode parameter.

See also:

IloCP::extract.

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 TimeMode parameter.

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 IloCP::getObjValue' returns a value v, then the optimal objective value is guaranteed to be no less than v-t.

ILC_MAX_NumInfo