vrp
vrp copied to clipboard
A Vehicle Routing Problem solver
I tested the new required break feature and its not working like i except it. Here i provide you a example where the break is made inside a service. I...
I have a specific use case that seems not possible to model with *vrp-cli*. But I may have missed something or thought about it in the wrong way. Would it...
Hi, I wonder if it would be possible to set _exclusion relation_, i-e, a specific job that cannot be done by a specific vehicle. This is quite the opposite logic...
При одинаковых исходных данных получаю релузьтат с разбросом в ~10% по километражу/временик. Количество задач 40-50. Решение находится примерно на 1500-2000 генераций, далее без изменений. Увеличение времени и кол-ва генераций не...
We are using vrp-cli in a multi depot environment, we have 1 larger and 8 smaller depots. We are trying to provide eligible HW resource but we are facing some...
@reinterpretcat The recent area-order feature is very useful. Would it be possible to support multiple areas per vehicle?. I tried to use ``` "limits": { "areas": [ [ { "areaId":...
Would it be possible to save the full solution after every Nth iteration or gracefully handle a terminal signal and write out the solution at the iteration when the terminal...
Hi, what's the default (expected) unit for distance and duration across all the project? For example, in costs, what's the unit for distance? Is it in meters, kilometers, feet etc..?...
Hi, I've several questions to understand more how to run the tool more effectively. - What is the time complexity of this solver? - Does it depend on the number...
Hello, I want to tank you for doing this library in Rust :) I wonder if its possible to modell with pickup deliveries fixed time windows, fixed breaks and exclusion((Some...