I was trying to understand the variant Time Windowed of Optaplanner Vehicle Routing Example. There are some points that I don't really understand and need to be confirmed.
- What is the unit measurement that was used for readyTime, dueTime, serviceDuration, and arrivalTime? I tried to look at the sample data but still can't figured it out.
- How to calculated the arrival time? It should be related with the time that was required to travel from one location to another location, but I can't find how to calculate that time.
Any comments and answers will really be appreciated. Thanks and regards.