Please point me in the right direction. I am new to CSP and I am wondering how to model following variation of the MSP problem (university example):
Given L lectures, every lecture Li has some meetings M-Li, students S-Li and teachers T-Li. Students and teachers may attend / teach various lectures. Group of registered students / possible teachers is known for every lecture.
In given schedule, i want to ensure that every student can attend at least one meeting for every lecture of his lectures. I also want to ensure that every meeting has at least one (or more if needed) available teacher from the group of possible teachers.
Is there an elegant CSP model for this situation, using some well known constraints? (for example Minion constraints http://minion.sourceforge.net/htmlhelp/index.html).