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