International Timetabling Competition

The Problem Model

The timetabling problem that we will be using here is an extension of the model used in the first International Timetabling Competition, which was run in 2003 in conjunction with PATAT and the Metaheuristics Network.

One feature of the first competition was that the hard constraints of the problem instances that were used were quite easy to satisfy. In fact, we chose to disqualify those algorithms that could not satisfy the hard constraints, and measured solution quality by only looking at the number of soft constraint violations.

This  meant that the majority of ideas generated in the first competition were to do with the satisfaction of the soft constraints. In many real-world timetabling problems, it may not actually be so easy to satisfy all of the hard constraints. Therefore, in this new competition, we have chosen to use problem instances where this task is not so straightforward.

In addition to this, in the first competition we only imposed three hard constraints in our problem model (see (1), (2), and (3) below). In this competition, however, we have also chosen to impose two new hard constraints (numbers (4) and (5) below). These constraints are also fairly common in practical university timetabling and are intended to add further realism to the model.

Description

The problem consists of the following: a set of events that are to be scheduled into 45 timeslots (5 days of 9 hours each); a set of rooms in which events take place; a set of students who attend the events; and a set of features satisfied by rooms and required by events. Each student attends a number of events and each room has a size.

In addition to this, some events can only be assigned to certain timeslots. Also, some events will be required to occur before other events in the timetable.

A feasible timetable is therefore one in where events have been assigned a timeslot and a room so that the following hard constraints are satisfied:

  1. no student attends more than one event at the same time;
  2. the room is big enough for all the attending students and satisfies all the features required by the event;
  3. only one event is put into each room in any timeslot;
  4. events are only assigned to timeslots that are pre-defined as available for those events;
  5. where specified,  events are scheduled to occur in the correct order in the week

You may not always be able to schedule all of the events into the timetable in the given time without breaking some of the hard constraints. It will therefore be necessary for entrants to not place some events in the timetable (or remove them later) in order to ensure that no hard constraints are being violated. These events will then be considered unplaced.

In addition, a candidate timetable is penalised equally for each occurrence of the following soft constraint violations:

  • a student has a class in the last slot of the day;
  • a student has more than two classes consecutively;
  • a student has a single class on a day.


Last Updated: Monday, July 30, 2007 10:51 PM