Hi everyone,
I have a requirement to add tasks assignment to nurse roster planning problem. Currently the assignment was just for employee, and I need to add the second planning variable, that is task. There are one or two tasks for each shift, if the task is a FULL type, then it should only be one in ShiftAssignment, but if the task is SHORT or MAIN, then it could be assign together in shift assigment. Should I add two or three new planning variables?
The other question is if I set nullable for each new planning variables, will it make the search space bigger?
Any comment and opinion will be appreciated.
Best regards.