-
Notifications
You must be signed in to change notification settings - Fork 43
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
Need help on adding Maximum Distance as a constraint. #125
Comments
Hi, |
Cool! For #2, can you give me some high-level guidance on how it can be done? If I succeed, I'll be happy to send a PR! |
Nice ! The general idea would be to have this paramater as a list, as explained in the docs here. |
Sorry, I am not able to figure out exactly where I should be looking. While the first function call while building a solution is to the |
@Kuifje02 I'm stuck with something similar as well. The idea of changing the core sounds daunting (😨) but it might be possible if I have some guidance/direction. 😅 |
The main idea is to replace the parameter by a list (instead of an integer), just like it is done for the |
Hi,
We are trying to build a network design where we have heterogeneous vehicle combinations with different capacities and costs ($ per km).
Issue 1: However, there is an additional constraint where we want to add maximum distance that a vehicle can travel (similar to
duration (int, optional) – Maximum duration of the route. Defaults to None.
). We were unable to find any parameter in the API documentation - (https://vrpy.readthedocs.io/en/latest/api.html#api)Issue 2: Further, can you please help or suggest how to add different maximum distances as a constraint for different vehicle types in the above problem statement
Do let us know if you have any questions about this?
The text was updated successfully, but these errors were encountered: