Slide 36
Slide 36 text
VRPTW with lunches
VRPTW with lunches
Original:
arrivalTime
= previousDepartureTime + travelTim
startTime = max(readyTime, arrivalTime
Extra logic to allow for lunch:
If travelTime contains 12:00,
add 1 hour to transitTime for lunch.
Else serviceTime contains 12:00,
add 1 hour to serviceTime for lunch.