Vehicle shouldn't serve any node less than given demand [Multi vehicle types] #2346
Replies: 1 comment
-
Solution:
I have just banned my vehicle type B from visiting nodes with demand less than X. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have already defined various constraints on a working code with multiple vehicle types. Now, I want to add a new constraint.
For a given vehicle, it shouldn't service nodes with less than given demand. So, when this constraint will be applied to one type of vehicle, any nodes less than that demand will be served by OTHER vehicles [which won't have this constraint.]
This way, any nodes with less than 20 demand will be catered by vehicle type A.
Beta Was this translation helpful? Give feedback.
All reactions