Re: classroom constraint satisfaction problem

2006-10-23 Thread Steven Bethard
Carl Banks wrote: > Steven Bethard wrote: >> Basically, I want to build groups of two teachers and four students such >> that [1]: >> >> * Students are assigned to exactly one group >> * Teachers are assigned to approximately the same number of groups >> * Students are not in groups with their home

Re: classroom constraint satisfaction problem

2006-10-16 Thread [EMAIL PROTECTED]
Steven Bethard a écrit : > I'm trying to solve a constraint-satisfaction problem, and I'm having > some troubles framing my problem in such a way that it can be > efficiently solved. > > Basically, I want to build groups of two teachers and four students such > that [1]: > > * Students are assign

Re: classroom constraint satisfaction problem

2006-10-15 Thread Carl Banks
Steven Bethard wrote: > I'm trying to solve a constraint-satisfaction problem, and I'm having > some troubles framing my problem in such a way that it can be > efficiently solved. > > Basically, I want to build groups of two teachers and four students such > that [1]: > > * Students are assigned to