Can we use two planning variables with (nullable = true)
for each of them?
If so, how can we deal with them in the Drools rule file?
I know that when we use one planning variable we define it with (nullable = true) and then in the rule we use $planningVariable != null as in the "pas" example, I tried this and it worked well, but what about using two planning variables?
Can we apply this on the curriculumCourse? and if so, the over constrained data should appear in the output as unassigned for the two planning variables or appear in only one of them?