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