Mercurial > hg > camir-ismir2012
comparison toolboxes/graph_visualisation/share/graphviz/graphs/directed/rowe.gv @ 0:cc4b1211e677 tip
initial commit to HG from
Changeset:
646 (e263d8a21543) added further path and more save "camirversion.m"
author | Daniel Wolff |
---|---|
date | Fri, 19 Aug 2016 13:07:06 +0200 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:cc4b1211e677 |
---|---|
1 digraph rowe { | |
2 node [shape = box]; | |
3 size = "6,6"; | |
4 1 -> 2; | |
5 1 -> 10; | |
6 10 -> 14; | |
7 10 -> 12; | |
8 10 -> 13; | |
9 10 -> 11; | |
10 2 -> 18; | |
11 2 -> 17; | |
12 2 -> 16; | |
13 2 -> 3; | |
14 11 -> 4; | |
15 16 -> 4; | |
16 3 -> 4; | |
17 4 -> 5; | |
18 13 -> 19; | |
19 17 -> 19; | |
20 5 -> 23; | |
21 5 -> 35; | |
22 5 -> 6; | |
23 37 -> 39; | |
24 37 -> 41; | |
25 37 -> 40; | |
26 37 -> 38; | |
27 19 -> 20; | |
28 19 -> 28; | |
29 19 -> 21; | |
30 12 -> 29; | |
31 18 -> 29; | |
32 41 -> 29; | |
33 28 -> 29; | |
34 29 -> 30; | |
35 30 -> 31; | |
36 30 -> 33; | |
37 31 -> 32; | |
38 21 -> 22; | |
39 32 -> 23; | |
40 22 -> 23; | |
41 6 -> 7; | |
42 23 -> 24; | |
43 7 -> 8; | |
44 24 -> 25; | |
45 24 -> 27; | |
46 35 -> 43; | |
47 35 -> 36; | |
48 8 -> 9; | |
49 14 -> 15; | |
50 39 -> 15; | |
51 20 -> 15; | |
52 33 -> 34; | |
53 43 -> 40; | |
54 43 -> 38; | |
55 25 -> 26; | |
56 9 -> 42; | |
57 10 -> 1; | |
58 15 -> 1; | |
59 23 -> 1; | |
60 31 -> 1; | |
61 2 -> 1; | |
62 25 -> 1; | |
63 9 -> 1; | |
64 38 -> 4; | |
65 26 -> 4; | |
66 42 -> 4; | |
67 40 -> 19; | |
68 36 -> 19; | |
69 34 -> 29; | |
70 33 -> 30; | |
71 27 -> 24; | |
72 } |