-
Notifications
You must be signed in to change notification settings - Fork 0
/
real.dot
50 lines (50 loc) · 1008 Bytes
/
real.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 "()" {
Turkey;
Horse;
Civet;
9;
10;
11;
12;
13;
14;
15;
Cow;
Dog;
Cat;
Pig;
Human;
Mouse;
Turkey -> 13 [weight="489.0"];
Horse -> 10 [weight="149.0"];
Civet -> 15 [weight="9.0"];
Cow -> 9 [weight="146.0"];
Cow -> Cow [weight=0];
15 -> Civet [weight="9.0"];
15 -> 14 [weight="455.0"];
15 -> Human [weight="7.0"];
9 -> 10 [weight="11.0"];
9 -> Cow [weight="146.0"];
9 -> Pig [weight="149.0"];
10 -> 9 [weight="11.0"];
10 -> Horse [weight="149.0"];
10 -> 11 [weight="86.0"];
11 -> 10 [weight="86.0"];
11 -> Mouse [weight="254.0"];
11 -> 14 [weight="249.0"];
12 -> 13 [weight="163.0"];
12 -> Dog [weight="404.0"];
12 -> Cat [weight="414.0"];
Dog -> 12 [weight="404.0"];
14 -> 11 [weight="249.0"];
14 -> 13 [weight="22.0"];
14 -> 15 [weight="455.0"];
Pig -> 9 [weight="149.0"];
Pig -> Pig [weight=0];
Human -> 15 [weight="7.0"];
Cat -> 12 [weight="414.0"];
Mouse -> 11 [weight="254.0"];
13 -> Turkey [weight="489.0"];
13 -> 12 [weight="163.0"];
13 -> 14 [weight="22.0"];
}