Hi,

I am attempting a timetabling solution as my final year degree project. The module-room-time allocation has already been done centrally and my project is to assign students to each one based on the modules they study (There can be up to 6 groups per module practical session. My difficulty at present is deciding the best way to represent this for a FD solution.
My initial thoughts were either
1. a record containing each module/practical or lecture group as features and each field being a list of integers representing each student. 2. a record containing each student as features and an integer index for the groups they are assigned to as the fields.

I have a couple of questions about this if someone could give me some advice
1  .  Is the way I'm approaching this problem entirely wrong?
2 . In both of the above approaches, the result would be a record with lists as fields. Can it be done this way? My limited experience so far has been with single integers - e.g.. SEND+MORE=MONEY, n-Queens, Safe code, etc..

Regards
Mark


--
Mark Richardson
Final year undergraduate
University of Teesside
_________________________________________________________________________________
mozart-users mailing list                               
[email protected]
http://www.mozart-oz.org/mailman/listinfo/mozart-users

Reply via email to