Help

Constraint: Course: Daily booking

Specification

Checks how many lessons of a course occur in one day.

Deviation

  • If the number of lessons is lower or equal to the number of days, no more than one lesson must occur in a single day.
  • If the number of lessons is greater than the number of days, no day must have too many or too few lessons.

Example: Suppose there are five days in the timetable and eight lessons in the course. Then the second condition applies and each day must have no more than two lessons and at least one lesson.

Comments

See also Course: Distribution constraint.