Originally posted by: SystemAdmin
Hello,
The number in the right corner is the elapsed time since the beginning of the run.
By default, the numbers in the CP Optimizer log represent CPU time since the beginning of the run. When multiple processors are available and the number of workers is greater than one, the CPU time can be greater than the elapsed time by a factor up to the number of workers.
If you want the engine to work on elapsed time, you can set parameter TimeMode to elapsed time (cp.param.TimeMode = "ElapsedTime"). In this case, CP Optimizer will use elapsed time for both display purposes and for limiting the search via parameter TimeLimit.
Philippe
#DecisionOptimization#OPLusingCPOptimizer