[FIR-TEST] Update CFG dumps according to new nodes order

This commit is contained in:
Dmitriy Novozhilov
2020-06-16 12:17:31 +03:00
parent 4e6542a646
commit 12ed8c3bb4
67 changed files with 9862 additions and 9862 deletions
@@ -8,123 +8,123 @@ digraph atLeastOnce_kt {
0 [label="Enter function inlineRun" style="filled" fillcolor=red];
subgraph cluster_1 {
color=blue
2 [label="Enter block"];
3 [label="Function call: R|<local>/block|.R|FakeOverride<kotlin/Function0.invoke: R|kotlin/Unit|>|()"];
4 [label="Exit block"];
1 [label="Enter block"];
2 [label="Function call: R|<local>/block|.R|FakeOverride<kotlin/Function0.invoke: R|kotlin/Unit|>|()"];
3 [label="Exit block"];
}
1 [label="Exit function inlineRun" style="filled" fillcolor=red];
4 [label="Exit function inlineRun" style="filled" fillcolor=red];
}
0 -> {2};
0 -> {1};
1 -> {2};
2 -> {3};
3 -> {4};
4 -> {1};
subgraph cluster_2 {
color=red
5 [label="Enter function myRun" style="filled" fillcolor=red];
subgraph cluster_3 {
color=blue
7 [label="Enter block"];
8 [label="Function call: R|<local>/block|.R|FakeOverride<kotlin/Function0.invoke: R|kotlin/Unit|>|()"];
9 [label="Exit block"];
6 [label="Enter block"];
7 [label="Function call: R|<local>/block|.R|FakeOverride<kotlin/Function0.invoke: R|kotlin/Unit|>|()"];
8 [label="Exit block"];
}
6 [label="Exit function myRun" style="filled" fillcolor=red];
9 [label="Exit function myRun" style="filled" fillcolor=red];
}
5 -> {7};
5 -> {6};
6 -> {7};
7 -> {8};
8 -> {9};
9 -> {6};
subgraph cluster_4 {
color=red
10 [label="Enter function test_1" style="filled" fillcolor=red];
subgraph cluster_5 {
color=blue
12 [label="Enter block"];
13 [label="Variable declaration: lval x: R|kotlin/Int|"];
14 [label="Postponed enter to lambda"];
11 [label="Enter block"];
12 [label="Variable declaration: lval x: R|kotlin/Int|"];
13 [label="Postponed enter to lambda"];
subgraph cluster_6 {
color=blue
20 [label="Enter function anonymousFunction" style="filled" fillcolor=red];
subgraph cluster_7 {
color=blue
22 [label="Enter block"];
23 [label="Const: Int(1)"];
24 [label="Assignment: R|<local>/x|"];
25 [label="Exit block"];
21 [label="Enter block"];
22 [label="Const: Int(1)"];
23 [label="Assignment: R|<local>/x|"];
24 [label="Exit block"];
}
21 [label="Exit function anonymousFunction" style="filled" fillcolor=red];
25 [label="Exit function anonymousFunction" style="filled" fillcolor=red];
}
15 [label="Postponed exit from lambda"];
16 [label="Function call: R|/inlineRun|(...)"];
17 [label="Access variable R|<local>/x|"];
18 [label="Function call: R|<local>/x|.R|kotlin/Int.inc|()"];
19 [label="Exit block"];
14 [label="Postponed exit from lambda"];
15 [label="Function call: R|/inlineRun|(...)"];
16 [label="Access variable R|<local>/x|"];
17 [label="Function call: R|<local>/x|.R|kotlin/Int.inc|()"];
18 [label="Exit block"];
}
11 [label="Exit function test_1" style="filled" fillcolor=red];
19 [label="Exit function test_1" style="filled" fillcolor=red];
}
10 -> {12};
10 -> {11};
11 -> {12};
12 -> {13};
13 -> {14};
14 -> {20};
14 -> {15} [color=red];
13 -> {20};
13 -> {14} [color=red];
14 -> {15};
15 -> {16};
16 -> {17};
17 -> {18};
18 -> {19};
19 -> {11};
20 -> {22};
21 -> {15} [color=green];
21 -> {20} [color=green style=dashed];
20 -> {21};
21 -> {22};
22 -> {23};
23 -> {24};
24 -> {25};
25 -> {21};
25 -> {14} [color=green];
25 -> {20} [color=green style=dashed];
subgraph cluster_8 {
color=red
26 [label="Enter function test_2" style="filled" fillcolor=red];
subgraph cluster_9 {
color=blue
28 [label="Enter block"];
29 [label="Variable declaration: lval x: R|kotlin/Int|"];
30 [label="Postponed enter to lambda"];
27 [label="Enter block"];
28 [label="Variable declaration: lval x: R|kotlin/Int|"];
29 [label="Postponed enter to lambda"];
subgraph cluster_10 {
color=blue
36 [label="Enter function anonymousFunction" style="filled" fillcolor=red];
subgraph cluster_11 {
color=blue
38 [label="Enter block"];
39 [label="Const: Int(1)"];
40 [label="Assignment: R|<local>/x|"];
41 [label="Exit block"];
37 [label="Enter block"];
38 [label="Const: Int(1)"];
39 [label="Assignment: R|<local>/x|"];
40 [label="Exit block"];
}
37 [label="Exit function anonymousFunction" style="filled" fillcolor=red];
41 [label="Exit function anonymousFunction" style="filled" fillcolor=red];
}
31 [label="Postponed exit from lambda"];
32 [label="Function call: R|/myRun|(...)"];
33 [label="Access variable R|<local>/x|"];
34 [label="Function call: R|<local>/x|.R|kotlin/Int.inc|()"];
35 [label="Exit block"];
30 [label="Postponed exit from lambda"];
31 [label="Function call: R|/myRun|(...)"];
32 [label="Access variable R|<local>/x|"];
33 [label="Function call: R|<local>/x|.R|kotlin/Int.inc|()"];
34 [label="Exit block"];
}
27 [label="Exit function test_2" style="filled" fillcolor=red];
35 [label="Exit function test_2" style="filled" fillcolor=red];
}
26 -> {28};
26 -> {27};
27 -> {28};
28 -> {29};
29 -> {30};
30 -> {36};
30 -> {31} [color=red];
29 -> {36};
29 -> {30} [color=red];
30 -> {31};
31 -> {32};
32 -> {33};
33 -> {34};
34 -> {35};
35 -> {27};
36 -> {38};
37 -> {31} [color=green];
37 -> {36} [color=green style=dashed];
36 -> {37};
37 -> {38};
38 -> {39};
39 -> {40};
40 -> {41};
41 -> {37};
41 -> {30} [color=green];
41 -> {36} [color=green style=dashed];
}
@@ -8,121 +8,121 @@ digraph atMostOnce_kt {
0 [label="Enter function inlineRun" style="filled" fillcolor=red];
subgraph cluster_1 {
color=blue
2 [label="Enter block"];
3 [label="Function call: R|<local>/block|.R|FakeOverride<kotlin/Function0.invoke: R|kotlin/Unit|>|()"];
4 [label="Exit block"];
1 [label="Enter block"];
2 [label="Function call: R|<local>/block|.R|FakeOverride<kotlin/Function0.invoke: R|kotlin/Unit|>|()"];
3 [label="Exit block"];
}
1 [label="Exit function inlineRun" style="filled" fillcolor=red];
4 [label="Exit function inlineRun" style="filled" fillcolor=red];
}
0 -> {2};
0 -> {1};
1 -> {2};
2 -> {3};
3 -> {4};
4 -> {1};
subgraph cluster_2 {
color=red
5 [label="Enter function myRun" style="filled" fillcolor=red];
subgraph cluster_3 {
color=blue
7 [label="Enter block"];
8 [label="Function call: R|<local>/block|.R|FakeOverride<kotlin/Function0.invoke: R|kotlin/Unit|>|()"];
9 [label="Exit block"];
6 [label="Enter block"];
7 [label="Function call: R|<local>/block|.R|FakeOverride<kotlin/Function0.invoke: R|kotlin/Unit|>|()"];
8 [label="Exit block"];
}
6 [label="Exit function myRun" style="filled" fillcolor=red];
9 [label="Exit function myRun" style="filled" fillcolor=red];
}
5 -> {7};
5 -> {6};
6 -> {7};
7 -> {8};
8 -> {9};
9 -> {6};
subgraph cluster_4 {
color=red
10 [label="Enter function test_1" style="filled" fillcolor=red];
subgraph cluster_5 {
color=blue
12 [label="Enter block"];
13 [label="Variable declaration: lval x: R|kotlin/Int|"];
14 [label="Postponed enter to lambda"];
11 [label="Enter block"];
12 [label="Variable declaration: lval x: R|kotlin/Int|"];
13 [label="Postponed enter to lambda"];
subgraph cluster_6 {
color=blue
20 [label="Enter function anonymousFunction" style="filled" fillcolor=red];
subgraph cluster_7 {
color=blue
22 [label="Enter block"];
23 [label="Const: Int(1)"];
24 [label="Assignment: R|<local>/x|"];
25 [label="Exit block"];
21 [label="Enter block"];
22 [label="Const: Int(1)"];
23 [label="Assignment: R|<local>/x|"];
24 [label="Exit block"];
}
21 [label="Exit function anonymousFunction" style="filled" fillcolor=red];
25 [label="Exit function anonymousFunction" style="filled" fillcolor=red];
}
15 [label="Postponed exit from lambda"];
16 [label="Function call: R|/inlineRun|(...)"];
17 [label="Access variable R|<local>/x|"];
18 [label="Function call: R|<local>/x|.R|kotlin/Int.inc|()"];
19 [label="Exit block"];
14 [label="Postponed exit from lambda"];
15 [label="Function call: R|/inlineRun|(...)"];
16 [label="Access variable R|<local>/x|"];
17 [label="Function call: R|<local>/x|.R|kotlin/Int.inc|()"];
18 [label="Exit block"];
}
11 [label="Exit function test_1" style="filled" fillcolor=red];
19 [label="Exit function test_1" style="filled" fillcolor=red];
}
10 -> {12};
10 -> {11};
11 -> {12};
12 -> {13};
13 -> {14};
14 -> {20};
14 -> {15} [color=red];
13 -> {20};
13 -> {14} [color=red];
14 -> {15};
15 -> {16};
16 -> {17};
17 -> {18};
18 -> {19};
19 -> {11};
20 -> {21 22};
21 -> {15} [color=green];
20 -> {25 21};
21 -> {22};
22 -> {23};
23 -> {24};
24 -> {25};
25 -> {21};
25 -> {14} [color=green];
subgraph cluster_8 {
color=red
26 [label="Enter function test_2" style="filled" fillcolor=red];
subgraph cluster_9 {
color=blue
28 [label="Enter block"];
29 [label="Variable declaration: lval x: R|kotlin/Int|"];
30 [label="Postponed enter to lambda"];
27 [label="Enter block"];
28 [label="Variable declaration: lval x: R|kotlin/Int|"];
29 [label="Postponed enter to lambda"];
subgraph cluster_10 {
color=blue
36 [label="Enter function anonymousFunction" style="filled" fillcolor=red];
subgraph cluster_11 {
color=blue
38 [label="Enter block"];
39 [label="Const: Int(1)"];
40 [label="Assignment: R|<local>/x|"];
41 [label="Exit block"];
37 [label="Enter block"];
38 [label="Const: Int(1)"];
39 [label="Assignment: R|<local>/x|"];
40 [label="Exit block"];
}
37 [label="Exit function anonymousFunction" style="filled" fillcolor=red];
41 [label="Exit function anonymousFunction" style="filled" fillcolor=red];
}
31 [label="Postponed exit from lambda"];
32 [label="Function call: R|/myRun|(...)"];
33 [label="Access variable R|<local>/x|"];
34 [label="Function call: R|<local>/x|.R|kotlin/Int.inc|()"];
35 [label="Exit block"];
30 [label="Postponed exit from lambda"];
31 [label="Function call: R|/myRun|(...)"];
32 [label="Access variable R|<local>/x|"];
33 [label="Function call: R|<local>/x|.R|kotlin/Int.inc|()"];
34 [label="Exit block"];
}
27 [label="Exit function test_2" style="filled" fillcolor=red];
35 [label="Exit function test_2" style="filled" fillcolor=red];
}
26 -> {28};
26 -> {27};
27 -> {28};
28 -> {29};
29 -> {30};
30 -> {36};
30 -> {31} [color=red];
29 -> {36};
29 -> {30} [color=red];
30 -> {31};
31 -> {32};
32 -> {33};
33 -> {34};
34 -> {35};
35 -> {27};
36 -> {37 38};
37 -> {31} [color=green];
36 -> {41 37};
37 -> {38};
38 -> {39};
39 -> {40};
40 -> {41};
41 -> {37};
41 -> {30} [color=green];
}
@@ -8,127 +8,127 @@ digraph exactlyOnce_kt {
0 [label="Enter function inlineRun" style="filled" fillcolor=red];
subgraph cluster_1 {
color=blue
2 [label="Enter block"];
3 [label="Function call: R|<local>/block|.R|FakeOverride<kotlin/Function0.invoke: R|kotlin/Unit|>|()"];
4 [label="Exit block"];
1 [label="Enter block"];
2 [label="Function call: R|<local>/block|.R|FakeOverride<kotlin/Function0.invoke: R|kotlin/Unit|>|()"];
3 [label="Exit block"];
}
1 [label="Exit function inlineRun" style="filled" fillcolor=red];
4 [label="Exit function inlineRun" style="filled" fillcolor=red];
}
0 -> {2};
0 -> {1};
1 -> {2};
2 -> {3};
3 -> {4};
4 -> {1};
subgraph cluster_2 {
color=red
5 [label="Enter function myRun" style="filled" fillcolor=red];
subgraph cluster_3 {
color=blue
7 [label="Enter block"];
8 [label="Function call: R|<local>/block|.R|FakeOverride<kotlin/Function0.invoke: R|kotlin/Unit|>|()"];
9 [label="Exit block"];
6 [label="Enter block"];
7 [label="Function call: R|<local>/block|.R|FakeOverride<kotlin/Function0.invoke: R|kotlin/Unit|>|()"];
8 [label="Exit block"];
}
6 [label="Exit function myRun" style="filled" fillcolor=red];
9 [label="Exit function myRun" style="filled" fillcolor=red];
}
5 -> {7};
5 -> {6};
6 -> {7};
7 -> {8};
8 -> {9};
9 -> {6};
subgraph cluster_4 {
color=red
10 [label="Enter function test_1" style="filled" fillcolor=red];
subgraph cluster_5 {
color=blue
12 [label="Enter block"];
13 [label="Variable declaration: lval x: R|kotlin/Int|"];
14 [label="Postponed enter to lambda"];
11 [label="Enter block"];
12 [label="Variable declaration: lval x: R|kotlin/Int|"];
13 [label="Postponed enter to lambda"];
subgraph cluster_6 {
color=blue
21 [label="Enter function anonymousFunction" style="filled" fillcolor=red];
subgraph cluster_7 {
color=blue
23 [label="Enter block"];
24 [label="Const: Int(1)"];
25 [label="Assignment: R|<local>/x|"];
26 [label="Exit block"];
22 [label="Enter block"];
23 [label="Const: Int(1)"];
24 [label="Assignment: R|<local>/x|"];
25 [label="Exit block"];
}
22 [label="Exit function anonymousFunction" style="filled" fillcolor=red];
26 [label="Exit function anonymousFunction" style="filled" fillcolor=red];
}
17 [label="Call arguments union" style="filled" fillcolor=yellow];
14 [label="Call arguments union" style="filled" fillcolor=yellow];
15 [label="Postponed exit from lambda"];
16 [label="Function call: R|/inlineRun|(...)"];
18 [label="Access variable R|<local>/x|"];
19 [label="Function call: R|<local>/x|.R|kotlin/Int.inc|()"];
20 [label="Exit block"];
17 [label="Access variable R|<local>/x|"];
18 [label="Function call: R|<local>/x|.R|kotlin/Int.inc|()"];
19 [label="Exit block"];
}
11 [label="Exit function test_1" style="filled" fillcolor=red];
20 [label="Exit function test_1" style="filled" fillcolor=red];
}
10 -> {12};
10 -> {11};
11 -> {12};
12 -> {13};
13 -> {14};
14 -> {21};
14 -> {15} [color=red];
13 -> {21};
13 -> {15} [color=red];
14 -> {16} [color=red];
15 -> {16} [color=green];
16 -> {18};
17 -> {16} [color=red];
16 -> {17};
17 -> {18};
18 -> {19};
19 -> {20};
20 -> {11};
21 -> {23};
22 -> {15} [color=green];
22 -> {17} [color=red];
21 -> {22};
22 -> {23};
23 -> {24};
24 -> {25};
25 -> {26};
26 -> {22};
26 -> {15} [color=green];
26 -> {14} [color=red];
subgraph cluster_8 {
color=red
27 [label="Enter function test_2" style="filled" fillcolor=red];
subgraph cluster_9 {
color=blue
29 [label="Enter block"];
30 [label="Variable declaration: lval x: R|kotlin/Int|"];
31 [label="Postponed enter to lambda"];
28 [label="Enter block"];
29 [label="Variable declaration: lval x: R|kotlin/Int|"];
30 [label="Postponed enter to lambda"];
subgraph cluster_10 {
color=blue
38 [label="Enter function anonymousFunction" style="filled" fillcolor=red];
subgraph cluster_11 {
color=blue
40 [label="Enter block"];
41 [label="Const: Int(1)"];
42 [label="Assignment: R|<local>/x|"];
43 [label="Exit block"];
39 [label="Enter block"];
40 [label="Const: Int(1)"];
41 [label="Assignment: R|<local>/x|"];
42 [label="Exit block"];
}
39 [label="Exit function anonymousFunction" style="filled" fillcolor=red];
43 [label="Exit function anonymousFunction" style="filled" fillcolor=red];
}
34 [label="Call arguments union" style="filled" fillcolor=yellow];
31 [label="Call arguments union" style="filled" fillcolor=yellow];
32 [label="Postponed exit from lambda"];
33 [label="Function call: R|/myRun|(...)"];
35 [label="Access variable R|<local>/x|"];
36 [label="Function call: R|<local>/x|.R|kotlin/Int.inc|()"];
37 [label="Exit block"];
34 [label="Access variable R|<local>/x|"];
35 [label="Function call: R|<local>/x|.R|kotlin/Int.inc|()"];
36 [label="Exit block"];
}
28 [label="Exit function test_2" style="filled" fillcolor=red];
37 [label="Exit function test_2" style="filled" fillcolor=red];
}
27 -> {29};
27 -> {28};
28 -> {29};
29 -> {30};
30 -> {31};
31 -> {38};
31 -> {32} [color=red];
30 -> {38};
30 -> {32} [color=red];
31 -> {33} [color=red];
32 -> {33} [color=green];
33 -> {35};
34 -> {33} [color=red];
33 -> {34};
34 -> {35};
35 -> {36};
36 -> {37};
37 -> {28};
38 -> {40};
39 -> {32} [color=green];
39 -> {34} [color=red];
38 -> {39};
39 -> {40};
40 -> {41};
41 -> {42};
42 -> {43};
43 -> {39};
43 -> {32} [color=green];
43 -> {31} [color=red];
}
@@ -8,123 +8,123 @@ digraph unknown_kt {
0 [label="Enter function inlineRun" style="filled" fillcolor=red];
subgraph cluster_1 {
color=blue
2 [label="Enter block"];
3 [label="Function call: R|<local>/block|.R|FakeOverride<kotlin/Function0.invoke: R|kotlin/Unit|>|()"];
4 [label="Exit block"];
1 [label="Enter block"];
2 [label="Function call: R|<local>/block|.R|FakeOverride<kotlin/Function0.invoke: R|kotlin/Unit|>|()"];
3 [label="Exit block"];
}
1 [label="Exit function inlineRun" style="filled" fillcolor=red];
4 [label="Exit function inlineRun" style="filled" fillcolor=red];
}
0 -> {2};
0 -> {1};
1 -> {2};
2 -> {3};
3 -> {4};
4 -> {1};
subgraph cluster_2 {
color=red
5 [label="Enter function myRun" style="filled" fillcolor=red];
subgraph cluster_3 {
color=blue
7 [label="Enter block"];
8 [label="Function call: R|<local>/block|.R|FakeOverride<kotlin/Function0.invoke: R|kotlin/Unit|>|()"];
9 [label="Exit block"];
6 [label="Enter block"];
7 [label="Function call: R|<local>/block|.R|FakeOverride<kotlin/Function0.invoke: R|kotlin/Unit|>|()"];
8 [label="Exit block"];
}
6 [label="Exit function myRun" style="filled" fillcolor=red];
9 [label="Exit function myRun" style="filled" fillcolor=red];
}
5 -> {7};
5 -> {6};
6 -> {7};
7 -> {8};
8 -> {9};
9 -> {6};
subgraph cluster_4 {
color=red
10 [label="Enter function test_1" style="filled" fillcolor=red];
subgraph cluster_5 {
color=blue
12 [label="Enter block"];
13 [label="Variable declaration: lval x: R|kotlin/Int|"];
14 [label="Postponed enter to lambda"];
11 [label="Enter block"];
12 [label="Variable declaration: lval x: R|kotlin/Int|"];
13 [label="Postponed enter to lambda"];
subgraph cluster_6 {
color=blue
20 [label="Enter function anonymousFunction" style="filled" fillcolor=red];
subgraph cluster_7 {
color=blue
22 [label="Enter block"];
23 [label="Const: Int(1)"];
24 [label="Assignment: R|<local>/x|"];
25 [label="Exit block"];
21 [label="Enter block"];
22 [label="Const: Int(1)"];
23 [label="Assignment: R|<local>/x|"];
24 [label="Exit block"];
}
21 [label="Exit function anonymousFunction" style="filled" fillcolor=red];
25 [label="Exit function anonymousFunction" style="filled" fillcolor=red];
}
15 [label="Postponed exit from lambda"];
16 [label="Function call: R|/inlineRun|(...)"];
17 [label="Access variable R|<local>/x|"];
18 [label="Function call: R|<local>/x|.R|kotlin/Int.inc|()"];
19 [label="Exit block"];
14 [label="Postponed exit from lambda"];
15 [label="Function call: R|/inlineRun|(...)"];
16 [label="Access variable R|<local>/x|"];
17 [label="Function call: R|<local>/x|.R|kotlin/Int.inc|()"];
18 [label="Exit block"];
}
11 [label="Exit function test_1" style="filled" fillcolor=red];
19 [label="Exit function test_1" style="filled" fillcolor=red];
}
10 -> {12};
10 -> {11};
11 -> {12};
12 -> {13};
13 -> {14};
14 -> {20};
14 -> {15} [color=red];
13 -> {20};
13 -> {14} [color=red];
14 -> {15};
15 -> {16};
16 -> {17};
17 -> {18};
18 -> {19};
19 -> {11};
20 -> {21 22};
21 -> {15} [color=green];
21 -> {20} [color=green style=dashed];
20 -> {25 21};
21 -> {22};
22 -> {23};
23 -> {24};
24 -> {25};
25 -> {21};
25 -> {14} [color=green];
25 -> {20} [color=green style=dashed];
subgraph cluster_8 {
color=red
26 [label="Enter function test_2" style="filled" fillcolor=red];
subgraph cluster_9 {
color=blue
28 [label="Enter block"];
29 [label="Variable declaration: lval x: R|kotlin/Int|"];
30 [label="Postponed enter to lambda"];
27 [label="Enter block"];
28 [label="Variable declaration: lval x: R|kotlin/Int|"];
29 [label="Postponed enter to lambda"];
subgraph cluster_10 {
color=blue
36 [label="Enter function anonymousFunction" style="filled" fillcolor=red];
subgraph cluster_11 {
color=blue
38 [label="Enter block"];
39 [label="Const: Int(1)"];
40 [label="Assignment: R|<local>/x|"];
41 [label="Exit block"];
37 [label="Enter block"];
38 [label="Const: Int(1)"];
39 [label="Assignment: R|<local>/x|"];
40 [label="Exit block"];
}
37 [label="Exit function anonymousFunction" style="filled" fillcolor=red];
41 [label="Exit function anonymousFunction" style="filled" fillcolor=red];
}
31 [label="Postponed exit from lambda"];
32 [label="Function call: R|/myRun|(...)"];
33 [label="Access variable R|<local>/x|"];
34 [label="Function call: R|<local>/x|.R|kotlin/Int.inc|()"];
35 [label="Exit block"];
30 [label="Postponed exit from lambda"];
31 [label="Function call: R|/myRun|(...)"];
32 [label="Access variable R|<local>/x|"];
33 [label="Function call: R|<local>/x|.R|kotlin/Int.inc|()"];
34 [label="Exit block"];
}
27 [label="Exit function test_2" style="filled" fillcolor=red];
35 [label="Exit function test_2" style="filled" fillcolor=red];
}
26 -> {28};
26 -> {27};
27 -> {28};
28 -> {29};
29 -> {30};
30 -> {36};
30 -> {31} [color=red];
29 -> {36};
29 -> {30} [color=red];
30 -> {31};
31 -> {32};
32 -> {33};
33 -> {34};
34 -> {35};
35 -> {27};
36 -> {37 38};
37 -> {31} [color=green];
37 -> {36} [color=green style=dashed];
36 -> {41 37};
37 -> {38};
38 -> {39};
39 -> {40};
40 -> {41};
41 -> {37};
41 -> {30} [color=green];
41 -> {36} [color=green style=dashed];
}