-
Notifications
You must be signed in to change notification settings - Fork 0
/
4.dot
50 lines (50 loc) · 4.18 KB
/
4.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
46
47
48
49
50
digraph {
1 [ label = "GraphSet { bracket: 1, game: 2, round: 1, position: 2, placeholders: (\" 8\", \" 9\") }" ]
5 [ label = "GraphSet { bracket: 1, game: 6, round: 1, position: 6, placeholders: (\" 7\", \" 10\") }" ]
7 [ label = "GraphSet { bracket: 1, game: 8, round: 1, position: 8, placeholders: (\" 6\", \" 11\") }" ]
40 [ label = "GraphSet { bracket: 1, game: 13, round: 2, position: 1, placeholders: (\"1\", \"W2\") }" ]
41 [ label = "GraphSet { bracket: 1, game: 14, round: 2, position: 2, placeholders: (\" 4\", \" 5\") }" ]
42 [ label = "GraphSet { bracket: 1, game: 15, round: 2, position: 3, placeholders: (\" 2\", \"W6\") }" ]
43 [ label = "GraphSet { bracket: 1, game: 16, round: 2, position: 4, placeholders: (\" 3\", \"W8\") }" ]
44 [ label = "GraphSet { bracket: 2, game: 20, round: 2, position: 11, placeholders: (\"L16\", \"L2\") }" ]
45 [ label = "GraphSet { bracket: 2, game: 19, round: 2, position: 12, placeholders: (\"L15\", \"0\") }" ]
46 [ label = "GraphSet { bracket: 2, game: 18, round: 2, position: 15, placeholders: (\"L14\", \"L6\") }" ]
47 [ label = "GraphSet { bracket: 2, game: 17, round: 2, position: 16, placeholders: (\"L13\", \"L8\") }" ]
48 [ label = "GraphSet { bracket: 2, game: 22, round: 3, position: 6, placeholders: (\"W20\", \"W19\") }" ]
49 [ label = "GraphSet { bracket: 2, game: 21, round: 3, position: 8, placeholders: (\"W18\", \"W17\") }" ]
50 [ label = "GraphSet { bracket: 1, game: 23, round: 3, position: 1, placeholders: (\"W13\", \"W14\") }" ]
51 [ label = "GraphSet { bracket: 1, game: 24, round: 3, position: 2, placeholders: (\"W15\", \"W16\") }" ]
52 [ label = "GraphSet { bracket: 2, game: 25, round: 4, position: 3, placeholders: (\"L23\", \"W22\") }" ]
53 [ label = "GraphSet { bracket: 2, game: 26, round: 4, position: 4, placeholders: (\"L24\", \"W21\") }" ]
54 [ label = "GraphSet { bracket: 2, game: 27, round: 5, position: 2, placeholders: (\"W25\", \"W26\") }" ]
55 [ label = "GraphSet { bracket: 1, game: 28, round: 4, position: 1, placeholders: (\"W23\", \"W24\") }" ]
56 [ label = "GraphSet { bracket: 2, game: 29, round: 6, position: 1, placeholders: (\"L28\", \"W27\") }" ]
57 [ label = "GraphSet { bracket: 1, game: 30, round: 5, position: 1, placeholders: (\"W28\", \"W29\") }" ]
1 -> 40 [ label = "SetEdge { outcome: \"winner\", position: 2 }" ]
5 -> 42 [ label = "SetEdge { outcome: \"winner\", position: 2 }" ]
7 -> 43 [ label = "SetEdge { outcome: \"winner\", position: 2 }" ]
43 -> 44 [ label = "SetEdge { outcome: \"loser\", position: 1 }" ]
42 -> 45 [ label = "SetEdge { outcome: \"loser\", position: 1 }" ]
41 -> 46 [ label = "SetEdge { outcome: \"loser\", position: 1 }" ]
40 -> 47 [ label = "SetEdge { outcome: \"loser\", position: 1 }" ]
44 -> 48 [ label = "SetEdge { outcome: \"winner\", position: 1 }" ]
45 -> 48 [ label = "SetEdge { outcome: \"winner\", position: 2 }" ]
46 -> 49 [ label = "SetEdge { outcome: \"winner\", position: 1 }" ]
47 -> 49 [ label = "SetEdge { outcome: \"winner\", position: 2 }" ]
40 -> 50 [ label = "SetEdge { outcome: \"winner\", position: 1 }" ]
41 -> 50 [ label = "SetEdge { outcome: \"winner\", position: 2 }" ]
42 -> 51 [ label = "SetEdge { outcome: \"winner\", position: 1 }" ]
43 -> 51 [ label = "SetEdge { outcome: \"winner\", position: 2 }" ]
50 -> 52 [ label = "SetEdge { outcome: \"loser\", position: 1 }" ]
48 -> 52 [ label = "SetEdge { outcome: \"winner\", position: 2 }" ]
51 -> 53 [ label = "SetEdge { outcome: \"loser\", position: 1 }" ]
49 -> 53 [ label = "SetEdge { outcome: \"winner\", position: 2 }" ]
52 -> 54 [ label = "SetEdge { outcome: \"winner\", position: 1 }" ]
53 -> 54 [ label = "SetEdge { outcome: \"winner\", position: 2 }" ]
50 -> 55 [ label = "SetEdge { outcome: \"winner\", position: 1 }" ]
51 -> 55 [ label = "SetEdge { outcome: \"winner\", position: 2 }" ]
55 -> 56 [ label = "SetEdge { outcome: \"loser\", position: 1 }" ]
54 -> 56 [ label = "SetEdge { outcome: \"winner\", position: 2 }" ]
55 -> 57 [ label = "SetEdge { outcome: \"winner\", position: 1 }" ]
56 -> 57 [ label = "SetEdge { outcome: \"winner\", position: 2 }" ]
}