-
Notifications
You must be signed in to change notification settings - Fork 0
/
single_control.dot
45 lines (45 loc) · 2.74 KB
/
single_control.dot
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
digraph {
1 [ label = "GraphSet { bracket: 1, game: 1, round: 1, position: 2, placeholders: (\" 16\", \" 17\") }" ]
5 [ label = "GraphSet { bracket: 1, game: 2, round: 1, position: 6, placeholders: (\" 13\", \" 20\") }" ]
7 [ label = "GraphSet { bracket: 1, game: 3, round: 1, position: 8, placeholders: (\" 12\", \" 21\") }" ]
9 [ label = "GraphSet { bracket: 1, game: 4, round: 1, position: 10, placeholders: (\" 15\", \" 18\") }" ]
11 [ label = "GraphSet { bracket: 1, game: 5, round: 1, position: 12, placeholders: (\" 10\", \" 23\") }" ]
13 [ label = "GraphSet { bracket: 1, game: 6, round: 1, position: 14, placeholders: (\" 14\", \" 19\") }" ]
15 [ label = "GraphSet { bracket: 1, game: 7, round: 1, position: 16, placeholders: (\" 11\", \" 22\") }" ]
16 [ label = "GraphSet { bracket: 1, game: 9, round: 2, position: 1, placeholders: (\"1\", \"W1\") }" ]
17 [ label = "GraphSet { bracket: 1, game: 8, round: 2, position: 2, placeholders: (\" 8\", \" 9\") }" ]
18 [ label = "GraphSet { bracket: 1, game: 10, round: 2, position: 3, placeholders: (\" 4\", \"W2\") }" ]
19 [ label = "GraphSet { bracket: 1, game: 11, round: 2, position: 4, placeholders: (\" 5\", \"W3\") }" ]
20 [ label = "GraphSet { bracket: 1, game: 12, round: 2, position: 5, placeholders: (\" 2\", \"W4\") }" ]
21 [ label = "GraphSet { bracket: 1, game: 13, round: 2, position: 6, placeholders: (\" 7\", \"W5\") }" ]
22 [ label = "GraphSet { bracket: 1, game: 14, round: 2, position: 7, placeholders: (\" 3\", \"W6\") }" ]
23 [ label = "GraphSet { bracket: 1, game: 15, round: 2, position: 8, placeholders: (\" 6\", \"W7\") }" ]
24 [ label = "GraphSet { bracket: 1, game: 16, round: 3, position: 1, placeholders: (\"W9\", \"W8\") }" ]
25 [ label = "GraphSet { bracket: 1, game: 17, round: 3, position: 2, placeholders: (\"W10\", \"W11\") }" ]
26 [ label = "GraphSet { bracket: 1, game: 18, round: 3, position: 3, placeholders: (\"W12\", \"W13\") }" ]
27 [ label = "GraphSet { bracket: 1, game: 19, round: 3, position: 4, placeholders: (\"W14\", \"W15\") }" ]
28 [ label = "GraphSet { bracket: 1, game: 20, round: 4, position: 1, placeholders: (\"W16\", \"W17\") }" ]
29 [ label = "GraphSet { bracket: 1, game: 21, round: 4, position: 2, placeholders: (\"W18\", \"W19\") }" ]
30 [ label = "GraphSet { bracket: 1, game: 22, round: 5, position: 1, placeholders: (\"W20\", \"W21\") }" ]
1 -> 16 [ ]
5 -> 18 [ ]
7 -> 19 [ ]
9 -> 20 [ ]
11 -> 21 [ ]
13 -> 22 [ ]
15 -> 23 [ ]
16 -> 24 [ ]
17 -> 24 [ ]
18 -> 25 [ ]
19 -> 25 [ ]
20 -> 26 [ ]
21 -> 26 [ ]
22 -> 27 [ ]
23 -> 27 [ ]
24 -> 28 [ ]
25 -> 28 [ ]
26 -> 29 [ ]
27 -> 29 [ ]
28 -> 30 [ ]
29 -> 30 [ ]
}