-
Notifications
You must be signed in to change notification settings - Fork 0
/
Local Tests.pl
72 lines (47 loc) · 1.76 KB
/
Local Tests.pl
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
68
69
70
71
72
ava(2,2,3,0).
staff('First Tut',[0,1,2,3,4,5,10,13],[1,2,3,4],[5]).
staff('Second Tut',[0,1,2,3,4,6,10,14],[1,2,3,4],[5]).
staff('Third Tut',[11],[0,1,3,4,5],[2]).
teach(1,'First Tut',1,1,e,0,'Math',0, 0).
teach(1,'Second Tut',1,2,e,0,'Math',0,0).
teach(1,'First Tut',1,1,e,0,'Math',0, 1).
teach(1,'Second Tut',1,2,e,0,'Math',0,1).
teach(1,'First Tut',1,1,e,0,'Math',0, 2).
teach(1,'Second Tut',1,2,e,0,'Math',0,2).
teach(1,'First Tut',1,1,e,0,'Math',0, 3).
teach(1,'Second Tut',1,2,e,0,'Math',0,3).
teach(1,'First Tut',1,1,e,0,'Math',0, 4).
teach(1,'Second Tut',1,2,e,0,'Math',0,4).
teach(1,'First Tut',1,1,e,0,'Math',0, 5).
teach(3,'_',1,2,e,0,'FREE',0,5).
teach(3,'_',1,1,e,0,'FREE',0, 6).
teach(1,'Second Tut',1,2,e,0,'Math',0,6).
teach(3,'_',1,1,e,0,'FREE',0, 7).
teach(3,'_',1,2,e,0,'FREE',0,7).
teach(3,'_',1,1,e,0,'FREE',0, 8).
teach(3,'_',1,2,e,0,'FREE',0,8).
teach(3,'_',1,1,e,0,'FREE',0, 9).
teach(3,'_',1,2,e,0,'FREE',0,9).
teach(1,'First Tut',1,1,e,0,'Math',0, 10).
teach(1,'Second Tut',1,2,e,0,'Math',0,10).
teach(3,'_',1,1,e,0,'FREE',0, 11).
teach(3,'_',1,2,e,0,'FREE',0, 11).
teach(1,'Third Tut',1,3,e,0,'Math',0,11).
teach(3,'_',1,1,e,0,'FREE',0, 12).
teach(3,'_',1,2,e,0,'FREE',0, 12).
teach(1,'First Tut',1,1,e,0,'Math',0, 13).
teach(3,'_',1,2,e,0,'FREE',0,13).
teach(3,'_',1,1,e,0,'FREE',0, 14).
teach(1,'Second Tut',1,2,e,0,'Math',0,14).
teach(3,'_',1,1,e,0,'FREE',0, 15).
teach(3,'_',1,2,e,0,'FREE',0,15).
teach(3,'_',1,1,e,0,'FREE',0, 16).
teach(3,'_',1,2,e,0,'FREE',0,16).
teach(3,'_',1,1,e,0,'FREE',0, 17).
teach(3,'_',1,2,e,0,'FREE',0,17).
teach(3,'_',1,1,e,0,'FREE',0, 18).
teach(3,'_',1,2,e,0,'FREE',0,18).
teach(3,'_',1,1,e,0,'FREE',0, 19).
teach(3,'_',1,2,e,0,'FREE',0,19).
teach(3,'_',1,1,e,0,'FREE',0, 20).
teach(3,'_',1,2,e,0,'FREE',0,20).