|
1 | 1 | digraph g {
|
2 | 2 | labelloc="t"
|
3 | 3 | label=""
|
4 |
| -0 [label = "Intermediate input: 1, rsm: S_2, input: [0, 2]", shape = plain] |
5 |
| -1 [label = "Intermediate input: 1, rsm: S_2, input: [0, 3]", shape = plain] |
6 |
| -2 [label = "Intermediate input: 2, rsm: S_2, input: [0, 3]", shape = plain] |
7 |
| -3 [label = "Intermediate input: 2, rsm: S_2, input: [1, 3]", shape = plain] |
8 |
| -4 [label = "Nonterminal S, input: [0, 1]", shape = invtrapezium] |
9 |
| -5 [label = "Nonterminal S, input: [0, 2]", shape = invtrapezium] |
10 |
| -6 [label = "Nonterminal S, input: [0, 3]", shape = invtrapezium] |
11 |
| -7 [label = "Nonterminal S, input: [1, 2]", shape = invtrapezium] |
12 |
| -8 [label = "Nonterminal S, input: [1, 2]", shape = invtrapezium] |
13 |
| -9 [label = "Nonterminal S, input: [1, 3]", shape = invtrapezium] |
14 |
| -10 [label = "Nonterminal S, input: [2, 3]", shape = invtrapezium] |
15 |
| -11 [label = "Range , input: [0, 1], rsm: [S_0, S_1]", shape = ellipse] |
16 |
| -12 [label = "Range , input: [0, 1], rsm: [S_0, S_2]", shape = ellipse] |
17 |
| -13 [label = "Range , input: [0, 2], rsm: [S_0, S_1]", shape = ellipse] |
18 |
| -14 [label = "Range , input: [0, 2], rsm: [S_0, S_2]", shape = ellipse] |
19 |
| -15 [label = "Range , input: [0, 3], rsm: [S_0, S_1]", shape = ellipse] |
20 |
| -16 [label = "Range , input: [1, 2], rsm: [S_0, S_1]", shape = ellipse] |
21 |
| -17 [label = "Range , input: [1, 2], rsm: [S_0, S_2]", shape = ellipse] |
22 |
| -18 [label = "Range , input: [1, 2], rsm: [S_2, S_1]", shape = ellipse] |
23 |
| -19 [label = "Range , input: [1, 3], rsm: [S_0, S_1]", shape = ellipse] |
24 |
| -20 [label = "Range , input: [1, 3], rsm: [S_2, S_1]", shape = ellipse] |
25 |
| -21 [label = "Range , input: [2, 3], rsm: [S_0, S_1]", shape = ellipse] |
26 |
| -22 [label = "Range , input: [2, 3], rsm: [S_2, S_1]", shape = ellipse] |
27 |
| -23 [label = "Terminal 'a', input: [0, 1]", shape = rectangle] |
28 |
| -24 [label = "Terminal 'a', input: [1, 2]", shape = rectangle] |
29 |
| -25 [label = "Terminal 'a', input: [2, 3]", shape = rectangle] |
30 |
| -0->12 |
31 |
| -0->18 |
32 |
| -1->12 |
33 |
| -1->20 |
34 |
| -2->14 |
35 |
| -2->22 |
36 |
| -3->17 |
37 |
| -3->22 |
38 |
| -4->11 |
39 |
| -5->13 |
40 |
| -6->15 |
41 |
| -7->16 |
42 |
| -9->19 |
43 |
| -10->21 |
44 |
| -11->23 |
45 |
| -12->4 |
46 |
| -13->0 |
47 |
| -14->5 |
48 |
| -15->1 |
49 |
| -15->2 |
50 |
| -16->24 |
51 |
| -17->7 |
52 |
| -18->7 |
53 |
| -19->3 |
54 |
| -20->9 |
55 |
| -21->25 |
56 |
| -22->10 |
| 4 | +subgraph cluster_0{ |
| 5 | +labelloc="t" |
| 6 | +_0_0 [label = "242Range , input: [0, 1], rsm: [S_0, S_1]", shape = ellipse] |
| 7 | +_0_1 [label = "243Terminal 'a', input: [0, 1]", shape = rectangle] |
| 8 | +_0_2 [label = "246Nonterminal S, input: [0, 1]", shape = invtrapezium] |
| 9 | +_0_0->_0_1 |
| 10 | +_0_2->_0_0 |
| 11 | +} |
| 12 | + |
| 13 | +subgraph cluster_1{ |
| 14 | +labelloc="t" |
| 15 | +_1_0 [label = "242Range , input: [0, 1], rsm: [S_0, S_1]", shape = ellipse] |
| 16 | +_1_1 [label = "243Terminal 'a', input: [0, 1]", shape = rectangle] |
| 17 | +_1_2 [label = "247Range , input: [0, 1], rsm: [S_0, S_2]", shape = ellipse] |
| 18 | +_1_3 [label = "248Nonterminal S, input: [0, 1]", shape = invtrapezium] |
| 19 | +_1_4 [label = "250Range , input: [1, 2], rsm: [S_0, S_1]", shape = ellipse] |
| 20 | +_1_5 [label = "251Terminal 'a', input: [1, 2]", shape = rectangle] |
| 21 | +_1_6 [label = "253Range , input: [1, 2], rsm: [S_2, S_1]", shape = ellipse] |
| 22 | +_1_7 [label = "254Nonterminal S, input: [1, 2]", shape = invtrapezium] |
| 23 | +_1_8 [label = "255Range , input: [0, 2], rsm: [S_0, S_1]", shape = ellipse] |
| 24 | +_1_9 [label = "256Intermediate input: 1, rsm: S_2, input: [0, 2]", shape = plain] |
| 25 | +_1_10 [label = "284Nonterminal S, input: [0, 2]", shape = invtrapezium] |
| 26 | +_1_0->_1_1 |
| 27 | +_1_2->_1_3 |
| 28 | +_1_3->_1_0 |
| 29 | +_1_4->_1_5 |
| 30 | +_1_6->_1_7 |
| 31 | +_1_7->_1_4 |
| 32 | +_1_8->_1_9 |
| 33 | +_1_9->_1_2 |
| 34 | +_1_9->_1_6 |
| 35 | +_1_10->_1_8 |
| 36 | +} |
| 37 | + |
| 38 | +subgraph cluster_2{ |
| 39 | +labelloc="t" |
| 40 | +_2_0 [label = "242Range , input: [0, 1], rsm: [S_0, S_1]", shape = ellipse] |
| 41 | +_2_1 [label = "243Terminal 'a', input: [0, 1]", shape = rectangle] |
| 42 | +_2_2 [label = "247Range , input: [0, 1], rsm: [S_0, S_2]", shape = ellipse] |
| 43 | +_2_3 [label = "248Nonterminal S, input: [0, 1]", shape = invtrapezium] |
| 44 | +_2_4 [label = "250Range , input: [1, 2], rsm: [S_0, S_1]", shape = ellipse] |
| 45 | +_2_5 [label = "251Terminal 'a', input: [1, 2]", shape = rectangle] |
| 46 | +_2_6 [label = "253Range , input: [1, 2], rsm: [S_2, S_1]", shape = ellipse] |
| 47 | +_2_7 [label = "254Nonterminal S, input: [1, 2]", shape = invtrapezium] |
| 48 | +_2_8 [label = "255Range , input: [0, 2], rsm: [S_0, S_1]", shape = ellipse] |
| 49 | +_2_9 [label = "256Intermediate input: 1, rsm: S_2, input: [0, 2]", shape = plain] |
| 50 | +_2_10 [label = "257Range , input: [1, 2], rsm: [S_0, S_2]", shape = ellipse] |
| 51 | +_2_11 [label = "258Nonterminal S, input: [1, 2]", shape = invtrapezium] |
| 52 | +_2_12 [label = "260Range , input: [2, 3], rsm: [S_0, S_1]", shape = ellipse] |
| 53 | +_2_13 [label = "261Terminal 'a', input: [2, 3]", shape = rectangle] |
| 54 | +_2_14 [label = "263Range , input: [2, 3], rsm: [S_2, S_1]", shape = ellipse] |
| 55 | +_2_15 [label = "264Nonterminal S, input: [2, 3]", shape = invtrapezium] |
| 56 | +_2_16 [label = "265Range , input: [1, 3], rsm: [S_0, S_1]", shape = ellipse] |
| 57 | +_2_17 [label = "266Intermediate input: 2, rsm: S_2, input: [1, 3]", shape = plain] |
| 58 | +_2_18 [label = "271Range , input: [1, 3], rsm: [S_2, S_1]", shape = ellipse] |
| 59 | +_2_19 [label = "272Nonterminal S, input: [1, 3]", shape = invtrapezium] |
| 60 | +_2_20 [label = "273Range , input: [0, 3], rsm: [S_0, S_1]", shape = ellipse] |
| 61 | +_2_21 [label = "274Intermediate input: 1, rsm: S_2, input: [0, 3]", shape = plain] |
| 62 | +_2_22 [label = "279Nonterminal S, input: [0, 3]", shape = invtrapezium] |
| 63 | +_2_23 [label = "285Range , input: [0, 2], rsm: [S_0, S_2]", shape = ellipse] |
| 64 | +_2_24 [label = "286Nonterminal S, input: [0, 2]", shape = invtrapezium] |
| 65 | +_2_25 [label = "291Intermediate input: 2, rsm: S_2, input: [0, 3]", shape = plain] |
| 66 | +_2_0->_2_1 |
| 67 | +_2_2->_2_3 |
| 68 | +_2_3->_2_0 |
| 69 | +_2_4->_2_5 |
| 70 | +_2_6->_2_7 |
| 71 | +_2_7->_2_4 |
| 72 | +_2_8->_2_9 |
| 73 | +_2_9->_2_2 |
| 74 | +_2_9->_2_6 |
| 75 | +_2_10->_2_11 |
| 76 | +_2_11->_2_4 |
| 77 | +_2_12->_2_13 |
| 78 | +_2_14->_2_15 |
| 79 | +_2_15->_2_12 |
| 80 | +_2_16->_2_17 |
| 81 | +_2_17->_2_10 |
| 82 | +_2_17->_2_14 |
| 83 | +_2_18->_2_19 |
| 84 | +_2_19->_2_16 |
| 85 | +_2_20->_2_21 |
| 86 | +_2_20->_2_25 |
| 87 | +_2_21->_2_2 |
| 88 | +_2_21->_2_18 |
| 89 | +_2_22->_2_20 |
| 90 | +_2_23->_2_24 |
| 91 | +_2_24->_2_8 |
| 92 | +_2_25->_2_23 |
| 93 | +_2_25->_2_14 |
| 94 | +} |
| 95 | + |
57 | 96 | }
|
0 commit comments