File size: 1,317 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
{
  "constraints": [
    "assign_timeslot",
    "assign_room",
    "teacher_availability",
    "group_availability",
    "room_kind",
    "room_capacity",
    "no_group_conflict",
    "no_room_conflict",
    "no_teacher_conflict",
    "late_lesson",
    "repeated_subject_day"
  ],
  "entities": [
    {
      "label": "Lesson",
      "name": "lesson",
      "plural": "lessons"
    }
  ],
  "facts": [
    {
      "label": "Timeslot",
      "name": "timeslot",
      "plural": "timeslots"
    },
    {
      "label": "Teacher",
      "name": "teacher",
      "plural": "teachers"
    },
    {
      "label": "Group",
      "name": "group",
      "plural": "groups"
    },
    {
      "label": "Room",
      "name": "room",
      "plural": "rooms"
    }
  ],
  "views": [
    {
      "allowsUnassigned": false,
      "entity": "lesson",
      "entityPlural": "lessons",
      "id": "lesson-timeslot_idx",
      "kind": "scalar",
      "label": "Lesson · timeslot_idx",
      "sourcePlural": "timeslots",
      "variableField": "timeslot_idx"
    },
    {
      "allowsUnassigned": false,
      "entity": "lesson",
      "entityPlural": "lessons",
      "id": "lesson-room_idx",
      "kind": "scalar",
      "label": "Lesson · room_idx",
      "sourcePlural": "rooms",
      "variableField": "room_idx"
    }
  ]
}