~tapaal-ltl/verifypn/scc-optimise

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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<pnml xmlns="http://www.pnml.org/version-2009/grammar/pnml">
    <net id="ComposedModel" type="http://www.pnml.org/version-2009/grammar/ptnet">
        <page id="page0">
            <place id="P0">
                <graphics>
                    <position x="75" y="255"/>
                </graphics>
                <name>
                    <graphics>
                        <offset x="-5" y="35"/>
                    </graphics>
                    <text>P0</text>
                </name>
                <initialMarking>
                    <text>1</text>
                </initialMarking>
            </place>
            <place id="P1">
                <graphics>
                    <position x="315" y="240"/>
                </graphics>
                <name>
                    <graphics>
                        <offset x="-5" y="35"/>
                    </graphics>
                    <text>P1</text>
                </name>
                <initialMarking>
                    <text>0</text>
                </initialMarking>
            </place>
            <place id="P3">
                <graphics>
                    <position x="90" y="135"/>
                </graphics>
                <name>
                    <graphics>
                        <offset x="-5" y="35"/>
                    </graphics>
                    <text>P3</text>
                </name>
                <initialMarking>
                    <text>0</text>
                </initialMarking>
            </place>
            <place id="P5">
                <graphics>
                    <position x="105" y="375"/>
                </graphics>
                <name>
                    <graphics>
                        <offset x="-5" y="35"/>
                    </graphics>
                    <text>P5</text>
                </name>
                <initialMarking>
                    <text>1</text>
                </initialMarking>
            </place>
            <place id="P6">
                <graphics>
                    <position x="90" y="15"/>
                </graphics>
                <name>
                    <graphics>
                        <offset x="-5" y="35"/>
                    </graphics>
                    <text>P6</text>
                </name>
                <initialMarking>
                    <text>1</text>
                </initialMarking>
            </place>
            <place id="P7">
                <graphics>
                    <position x="330" y="375"/>
                </graphics>
                <name>
                    <graphics>
                        <offset x="-5" y="35"/>
                    </graphics>
                    <text>P7</text>
                </name>
                <initialMarking>
                    <text>0</text>
                </initialMarking>
            </place>
            <transition id="T0">
                <name>
                    <graphics>
                        <offset x="-5" y="35"/>
                    </graphics>
                    <text>T0</text>
                </name>
                <graphics>
                    <position x="210" y="240"/>
                </graphics>
            </transition>
            <transition id="T3">
                <name>
                    <graphics>
                        <offset x="-5" y="35"/>
                    </graphics>
                    <text>T3</text>
                </name>
                <graphics>
                    <position x="90" y="75"/>
                </graphics>
            </transition>
            <transition id="T4">
                <name>
                    <graphics>
                        <offset x="-5" y="35"/>
                    </graphics>
                    <text>T4</text>
                </name>
                <graphics>
                    <position x="210" y="375"/>
                </graphics>
            </transition>
            <arc id="P3_to_T0" source="P3" target="T0" type="normal"/>
            <arc id="P5_to_T0" source="P5" target="T0" type="normal"/>
            <arc id="P6_to_T3" source="P6" target="T3" type="normal"/>
            <arc id="P5_to_T4" source="P5" target="T4" type="normal"/>
            <arc id="T3_to_P3" source="T3" target="P3" type="normal"/>
            <arc id="T4_to_P7" source="T4" target="P7" type="normal"/>
            <arc id="P0_to_T0" source="P0" target="T0" type="normal"/>
            <arc id="T0_to_P1" source="T0" target="P1" type="normal"/>
        </page>
        <name>
            <text>ComposedModel</text>
        </name>
    </net>
</pnml>