CVRPTW Error sign when NotMemberCt is used and start/end locations are different #2987
Replies: 3 comments
-
|
Concerning But you can use |
Beta Was this translation helpful? Give feedback.
-
|
Be careful, you must provide solver index not your indices so you must use Also |
Beta Was this translation helpful? Give feedback.
-
|
Thank you for your reply Mizux :). I will check To follow up with your comment, I'm currently using:
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
The issue concerns the implementation of NotMemberCt in conjonction with setting start/end locations (CVRPTW model).
Version: 8.1.8487
Python: 3.9.1
The current CVRPTW model is based on the cvrptw.py example, the routing documentation for setting start and end locations and the following thread regarding NotMemberCt.
After several tests, with identical time windows and applying the same NotMemberCt for all nodes:
The only way to avoid the issue is to remove the NotMemberCt applying to the end node.
Is there something I'm missing regarding that behavior?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions