Empty vehicle after last job #117
-
Hi, I am currently trying to solve a "garbage collection"-like problem. Is it possible to edit the problem, so that the vehicle unloads at a depot after the last job is completed, in order to return to the end position completely empty? My Problem: |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Sorry for late answer, just noticed it. In case of closed VRP, the last location is considered the point where all goods are unloaded and no further work is needed. I would recommend you to apply some post-processing: given that depot and end locations are known, you can calculate duration between them and deduct this from shift time. Later, in your software, add end location to the tour (and statistic) |
Beta Was this translation helpful? Give feedback.
Sorry for late answer, just noticed it.
In case of closed VRP, the last location is considered the point where all goods are unloaded and no further work is needed. I would recommend you to apply some post-processing: given that depot and end locations are known, you can calculate duration between them and deduct this from shift time. Later, in your software, add end location to the tour (and statistic)