File size: 841 Bytes
4b94493
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
{
  "title": "SolverForge Lessons",
  "subtitle": "Lesson timetable optimization",
  "constraints": [
    "assign_timeslot",
    "assign_room",
    "teacher_availability",
    "group_availability",
    "room_kind",
    "room_capacity",
    "no_teacher_conflict",
    "no_group_conflict",
    "no_room_conflict",
    "late_lesson",
    "repeated_subject_day"
  ],
  "entities": [
    {
      "name": "lesson",
      "label": "Lesson",
      "plural": "lessons"
    }
  ],
  "facts": [
    {
      "name": "timeslot",
      "label": "Timeslot",
      "plural": "timeslots"
    },
    {
      "name": "teacher",
      "label": "Teacher",
      "plural": "teachers"
    },
    {
      "name": "group",
      "label": "Group",
      "plural": "groups"
    },
    {
      "name": "room",
      "label": "Room",
      "plural": "rooms"
    }
  ]
}