Middle points in the pickup and delivery problem: provide some points in which the vehicles can interchange load #2409
Unanswered
marcojerome
asked this question in
Routing (and legacy CP) questions
Replies: 1 comment
-
So It means for a Pickup&Delivery A,B you have two possibilities:
So visiting c0 = mange.NodeToIndex(C0)
c1 = mange.NodeToIndex(C1)
routing.AddDisjunction([c0, c1], 0, 2) |
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
-
Hi,
It would be nice to have the possibility to notify some additional points to the solver in which the vehicles can exchange load. In this way the pickups and deliveries could be done collaboratively among vehicles.
What language and solver does this apply to?
Python
Describe the problem you are trying to solve.
VRP with time windows, capacity, pickup and delivery
Describe the solution you'd like
I did not find a way to code it in or-tools, but it might be possible.
Thank you
Beta Was this translation helpful? Give feedback.
All reactions