-
Notifications
You must be signed in to change notification settings - Fork 345
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
max_travel_time parameter not being considered for single vehicle in request #941
Comments
Hi, I did see that bug and tried adding I've just tried building Vroom on
|
Right, on second thoughts it would have been weird to hit #884 with time windows in input. Was worth trying anyway, thanks for the feedback. Can you share a standalone problem instance in order to reproduce? If your input is too big, you can probably narrow it to a minimum (non-)working example. |
Yeah sure, I've run the script and it's generated an issue matrix json file. Is that what you need? |
Yep. |
Github wouldn't let me upload a JSON file and it was too big to paste into the comment box. Hopefully this is OK as a txt file |
Thanks for sharing the instance, I can reproduce all right. With a release build we provide a solution that does not meet the |
OK, what happens here is we apply a Support for |
Fixed in #961. |
Hi, we've recently implemented the
max_travel_time
parameter with Vroom 1.13.0, and we've noticed that for 1 vehicle in a request this max travel time parameter is ignored. We pass in7200
as the max travel time value and the response has the duration for the route as10957
. The request to replicate this is very large, so the snippet for the vehicle in this request is :{ "max_tasks": 5, "end": [ -4.557433, 55.956531 ], "id": 18, "skills": [ 3, 4, 1, 2, 0, 5, 6, 7, 8, 9, 10, 11 ], "start": [ -4.557433, 55.956531 ], "time_window": [ 27900, 62100 ], "breaks": [], "max_travel_time": 7200 }
Let me know if you would like the whole request for replication purposes.
The text was updated successfully, but these errors were encountered: