Support of planning list variables and basic planning variables #1174
Replies: 1 comment 3 replies
-
Hello @marcus-idealworks, that is a great question! We are aware of this limitation, and we definitely want to fix it one day. But it is not on the current short-term roadmap. One of the reasons for this is that it would be a massive undertaking. Much of the solver code currently depends on the fact that it either uses a basic variable OR a list variable, but not both. In fact, in some cases, it's not even well-defined what should happen when the two variables live together. This therefore is a large research project, followed by a sizable code push. I expect a lot of trial and error in the process, and I estimate it would take my team several months to deliver. As much as I would like to see more community contributions, I do not believe that this is the right place to start. That said, maybe you want to prove me wrong? If so, let's discuss in detail what would need to happen. |
Beta Was this translation helpful? Give feedback.
-
Hi timefold community,
first of all i want to thank you for providing such a nice library. The docs state that the simultaneous use of list variables and basic planning variables is not supported yet. Are there any plans for adding this feature (even for the case where these variables are on different planning entities)? What would be the estimated scope of changes (if one would like to contribute)? Is it currently a limitation of the configuration or rather a limit of the local search?
Beta Was this translation helpful? Give feedback.
All reactions