Nullable planning values in chained models? #754
holgerbrandl
started this conversation in
General
Replies: 1 comment 2 replies
-
Hello @holgerbrandl! The solution is called virtual values. Essentially, where you'd use The recently released Timefold Solver 1.8 solves this problem for list variables, and I'd like to encourage you to switch - that model is faster, easier to understand and (unlike chaining) it will be further enriched with features in the future. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi there,
from the documentation we have learned that in chained models planning values must be set and can not be nullable. Is there a way/workaround to bypass this restriction?
There are use cases where some items can not be planned (e.g. because of lacking tool capabilities in production scheduling). We could prefilter these planning entities, but we also encounter use cases where an unassigned production task is better planned (in terms of overall score) without a tool assignment. So only during the solving process, it is determined that the planning value should not be set to optimize the solution.
Kind regards,
Holger
Beta Was this translation helpful? Give feedback.
All reactions