Decision Optimization

Decision Optimization

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


#Analytics
#DecisionOptimization
#DecisionOptimization
 View Only
  • 1.  Work, Wait and Break time (Dispatcher)

    Posted 06/30/09 04:58 PM

    Originally posted by: SystemAdmin


    [kiopi said:]

    Hi,
    I'm trying to solve a simple VRP with glidingbreaks. To do it, I create several Dimension2 :
    - time
    - traveltime
    - worktime

    I read that when using breaks, the duration of the breaks is added to the WaitVar of the Dimension (i.e. time)
    I would like to define the worktime as : Worktime = delaytime + traveltime + waittime (without taking into account the breaktime)

    Has someone an idea ?

    #CPOptimizer
    #DecisionOptimization


  • 2.  Re: Work, Wait and Break time (Dispatcher)

    Posted 07/28/09 08:03 PM

    Originally posted by: SystemAdmin


    [kiopi said:]

    In fact, there was an undocumented feature :
    IloVisit::getWaitVar = IloVisit::getIdleVar() + IloVisit::getBreakVar()

    And ... It seems to work !
    #CPOptimizer
    #DecisionOptimization