-
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
Load_capacity constraint breaches #22
Comments
Thank you for your feedback. I assume A is the distance/cost matrix ? Can you just provide the demands for each node so that I can replicate the error ? I assume its either 1 or 2. |
When I run the following code, it seems ok :
This is the output :
@egh312 Please let me know how to change the data (the demands) to have the exact same problem as you. |
This being said, you have still pointed out something interesting, it might be a good idea to raise an error if the Sink's demand is not 0. |
Think the library is a great idea!
Have come across a minor issue with load_capacity breaches.
The text was updated successfully, but these errors were encountered: