-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
For shipments picked up/delivered directly, the detours are taken from the global model and they have the usual meaning. For shipments delivered from a parking location, the detour is computed as the sum of the detour in the global model (the extra time spent globally on the way to the parking) + the detour in the local model (the extra time spent locally in the parking). For the virtual visits, the detours are defined as: - for the arrival, it is the time difference compared to driving straight to the parking (the detour of the parking visit in the global model). - for the departure, it is the time spent at the parking (the duration of the local route).
- Loading branch information
Showing
4 changed files
with
121 additions
and
53 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters