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).

link|improve this question
What have you tried? – ulvund Dec 5 '11 at 18:54
Have you already played around with MINION? if not do it right away. The distribution includes many models just ready for scrutinity. – menjaraz Dec 7 '11 at 7:17
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.