Decision Optimization

Decision Optimization

Delivers prescriptive analytics capabilities and decision intelligence to improve decision-making.


#Analytics
#DecisionOptimization
#DecisionOptimization
 View Only
  • 1.  Time in OPL

    Posted 06/18/12 06:43 PM

    Originally posted by: UMQX_Olfat_ELMahi


    What is the different between the two numbers n the pic i need the one on the right corner how to get it ?

    Thanks
    #DecisionOptimization
    #OPLusingCPOptimizer


  • 2.  Re: Time in OPL

    Posted 06/26/12 06:05 AM

    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