-
student
attribute
student
string
-
examiner
attribute
examiner
string
-
observer
attribute
observer
string
-
date
attribute
date
integer
-
shift
attribute
shift
integer
-
roomNumber
attribute
roomNumber
integer
-
demands
table
exams
student
examiner
observer
...
-
supplies
table
available-appointments
date
shift
roomNumber
...
-
constraints
forEach
observer
forAllCombinationsOf
date
shift
...
then
hasSize
1
-
constraints
forEach
examiner
forAllCombinationsOf
date
shift
...
then
hasSize
1
-
constraints
forEach
student
forAllCombinationsOf
date
shift
...
then
hasSize
1
-
constraints
forEach
student
then
minimalDistance
date
3
-
constraints
forEach
student
then
minimalDistance
date
5
-
solution
solution
colloquiumPlanningDemonstration
demands
supplies
-
solution
columnAttributesForOutputFormat
roomNumber
-
solution
rowAttributesForOutputFormat
date
shift