Output Format
The output must be provided in a single file such that each line represents the assignment to one lecture in the following format (lines can be in any order).
<CourseID> <RoomID> <Day> <Day_Period>
The following file is a (pretty bad!) solution for the toy problem provided.
  SceCosC B 3 0
  SceCosC A 3 1
  SceCosC A 4 0
  ArcTec B 0 1
  ArcTec B 1 1
  ArcTec B 1 2
  TecCos B 0 0
  TecCos A 0 1
  TecCos B 2 2
  TecCos B 4 2
  TecCos B 4 3
  Geotec A 2 2
  Geotec A 2 3
  Geotec B 3 0
  Geotec A 3 1
  Geotec A 4 2
For example, the first line state that a lecture of SceCosC takes place on Thursday (3) in the first period (0) in room B.
Last Updated: Monday, July 30, 2007 10:48 PM