~tapaal-ltl/verifypn/scc-optimise

« back to all changes in this revision

Viewing changes to test_models/productline-test001/model.pnml

  • Committer: srba.jiri at gmail
  • Date: 2020-09-11 14:23:39 UTC
  • mfrom: (213.1.151 interval_tar)
  • Revision ID: srba.jiri@gmail.com-20200911142339-bq9328s1gppw24uj
merged in lp:~verifypn-maintainers/verifypn/interval_tar doing 
- Implements TAR w/o z3, but using a simple integer inference engine for Hoare logic.
 - Replaces LP-Solve with GLPK, reduces computation-time and memory overhead
 - Implements new global properties, translated into CTL formulae.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
 
2
<pnml xmlns="http://www.pnml.org/version-2009/grammar/pnml">
 
3
    <net id="ComposedModel" type="http://www.pnml.org/version-2009/grammar/ptnet">
 
4
        <page id="page0">
 
5
            <place id="Workplace1">
 
6
                <graphics>
 
7
                    <position x="210" y="150"/>
 
8
                </graphics>
 
9
                <name>
 
10
                    <graphics>
 
11
                        <offset x="-5" y="35"/>
 
12
                    </graphics>
 
13
                    <text>Workplace1</text>
 
14
                </name>
 
15
                <initialMarking>
 
16
                    <text>1</text>
 
17
                </initialMarking>
 
18
            </place>
 
19
            <place id="Workplace2">
 
20
                <graphics>
 
21
                    <position x="390" y="150"/>
 
22
                </graphics>
 
23
                <name>
 
24
                    <graphics>
 
25
                        <offset x="-5" y="35"/>
 
26
                    </graphics>
 
27
                    <text>Workplace2</text>
 
28
                </name>
 
29
                <initialMarking>
 
30
                    <text>0</text>
 
31
                </initialMarking>
 
32
            </place>
 
33
            <place id="Workplace3">
 
34
                <graphics>
 
35
                    <position x="540" y="150"/>
 
36
                </graphics>
 
37
                <name>
 
38
                    <graphics>
 
39
                        <offset x="-5" y="35"/>
 
40
                    </graphics>
 
41
                    <text>Workplace3</text>
 
42
                </name>
 
43
                <initialMarking>
 
44
                    <text>1</text>
 
45
                </initialMarking>
 
46
            </place>
 
47
            <place id="Start">
 
48
                <graphics>
 
49
                    <position x="30" y="270"/>
 
50
                </graphics>
 
51
                <name>
 
52
                    <graphics>
 
53
                        <offset x="-5" y="35"/>
 
54
                    </graphics>
 
55
                    <text>Start</text>
 
56
                </name>
 
57
                <initialMarking>
 
58
                    <text>4</text>
 
59
                </initialMarking>
 
60
            </place>
 
61
            <place id="End">
 
62
                <graphics>
 
63
                    <position x="705" y="270"/>
 
64
                </graphics>
 
65
                <name>
 
66
                    <graphics>
 
67
                        <offset x="-5" y="35"/>
 
68
                    </graphics>
 
69
                    <text>End</text>
 
70
                </name>
 
71
                <initialMarking>
 
72
                    <text>0</text>
 
73
                </initialMarking>
 
74
            </place>
 
75
            <place id="Finishedtask1">
 
76
                <graphics>
 
77
                    <position x="195" y="390"/>
 
78
                </graphics>
 
79
                <name>
 
80
                    <graphics>
 
81
                        <offset x="-5" y="35"/>
 
82
                    </graphics>
 
83
                    <text>Finishedtask1</text>
 
84
                </name>
 
85
                <initialMarking>
 
86
                    <text>0</text>
 
87
                </initialMarking>
 
88
            </place>
 
89
            <place id="Finishedtask2">
 
90
                <graphics>
 
91
                    <position x="375" y="390"/>
 
92
                </graphics>
 
93
                <name>
 
94
                    <graphics>
 
95
                        <offset x="-5" y="35"/>
 
96
                    </graphics>
 
97
                    <text>Finishedtask2</text>
 
98
                </name>
 
99
                <initialMarking>
 
100
                    <text>0</text>
 
101
                </initialMarking>
 
102
            </place>
 
103
            <transition id="Move2to1">
 
104
                <name>
 
105
                    <graphics>
 
106
                        <offset x="-5" y="35"/>
 
107
                    </graphics>
 
108
                    <text>Move2to1</text>
 
109
                </name>
 
110
                <graphics>
 
111
                    <position x="285" y="60"/>
 
112
                </graphics>
 
113
            </transition>
 
114
            <transition id="Move1to2">
 
115
                <name>
 
116
                    <graphics>
 
117
                        <offset x="-5" y="35"/>
 
118
                    </graphics>
 
119
                    <text>Move1to2</text>
 
120
                </name>
 
121
                <graphics>
 
122
                    <position x="300" y="210"/>
 
123
                </graphics>
 
124
            </transition>
 
125
            <transition id="Move3to2">
 
126
                <name>
 
127
                    <graphics>
 
128
                        <offset x="-5" y="35"/>
 
129
                    </graphics>
 
130
                    <text>Move3to2</text>
 
131
                </name>
 
132
                <graphics>
 
133
                    <position x="465" y="60"/>
 
134
                </graphics>
 
135
            </transition>
 
136
            <transition id="Move2to3">
 
137
                <name>
 
138
                    <graphics>
 
139
                        <offset x="-5" y="35"/>
 
140
                    </graphics>
 
141
                    <text>Move2to3</text>
 
142
                </name>
 
143
                <graphics>
 
144
                    <position x="480" y="210"/>
 
145
                </graphics>
 
146
            </transition>
 
147
            <transition id="Task1">
 
148
                <name>
 
149
                    <graphics>
 
150
                        <offset x="-5" y="35"/>
 
151
                    </graphics>
 
152
                    <text>Task1</text>
 
153
                </name>
 
154
                <graphics>
 
155
                    <position x="195" y="270"/>
 
156
                </graphics>
 
157
            </transition>
 
158
            <transition id="Task2">
 
159
                <name>
 
160
                    <graphics>
 
161
                        <offset x="-5" y="35"/>
 
162
                    </graphics>
 
163
                    <text>Task2</text>
 
164
                </name>
 
165
                <graphics>
 
166
                    <position x="375" y="270"/>
 
167
                </graphics>
 
168
            </transition>
 
169
            <transition id="Task3">
 
170
                <name>
 
171
                    <graphics>
 
172
                        <offset x="-5" y="35"/>
 
173
                    </graphics>
 
174
                    <text>Task3</text>
 
175
                </name>
 
176
                <graphics>
 
177
                    <position x="555" y="270"/>
 
178
                </graphics>
 
179
            </transition>
 
180
            <arc id="Workplace1_to_Task1" source="Workplace1" target="Task1" type="normal">
 
181
                <graphics>
 
182
                    <position x="178" y="223"/>
 
183
                </graphics>
 
184
            </arc>
 
185
            <arc id="Workplace2_to_Task2" source="Workplace2" target="Task2" type="normal">
 
186
                <graphics>
 
187
                    <position x="373" y="223"/>
 
188
                </graphics>
 
189
            </arc>
 
190
            <arc id="Workplace3_to_Task3" source="Workplace3" target="Task3" type="normal">
 
191
                <graphics>
 
192
                    <position x="538" y="223"/>
 
193
                </graphics>
 
194
            </arc>
 
195
            <arc id="Workplace1_to_Move1to2" source="Workplace1" target="Move1to2" type="normal"/>
 
196
            <arc id="Workplace2_to_Move2to3" source="Workplace2" target="Move2to3" type="normal"/>
 
197
            <arc id="Workplace3_to_Move3to2" source="Workplace3" target="Move3to2" type="normal"/>
 
198
            <arc id="Workplace2_to_Move2to1" source="Workplace2" target="Move2to1" type="normal"/>
 
199
            <arc id="Task1_to_Workplace1" source="Task1" target="Workplace1" type="normal">
 
200
                <graphics>
 
201
                    <position x="253" y="238"/>
 
202
                </graphics>
 
203
            </arc>
 
204
            <arc id="Task2_to_Workplace2" source="Task2" target="Workplace2" type="normal">
 
205
                <graphics>
 
206
                    <position x="418" y="223"/>
 
207
                </graphics>
 
208
            </arc>
 
209
            <arc id="Task3_to_Workplace3" source="Task3" target="Workplace3" type="normal">
 
210
                <graphics>
 
211
                    <position x="598" y="208"/>
 
212
                </graphics>
 
213
            </arc>
 
214
            <arc id="Move1to2_to_Workplace2" source="Move1to2" target="Workplace2" type="normal">
 
215
                <graphics>
 
216
                    <position x="313" y="223"/>
 
217
                </graphics>
 
218
            </arc>
 
219
            <arc id="Move2to3_to_Workplace3" source="Move2to3" target="Workplace3" type="normal"/>
 
220
            <arc id="Move3to2_to_Workplace2" source="Move3to2" target="Workplace2" type="normal"/>
 
221
            <arc id="Move2to1_to_Workplace1" source="Move2to1" target="Workplace1" type="normal"/>
 
222
            <arc id="Start_to_Task1" source="Start" target="Task1" type="normal"/>
 
223
            <arc id="Task1_to_Finishedtask1" source="Task1" target="Finishedtask1" type="normal">
 
224
                <graphics>
 
225
                    <position x="208" y="298"/>
 
226
                </graphics>
 
227
            </arc>
 
228
            <arc id="Finishedtask1_to_Task2" source="Finishedtask1" target="Task2" type="normal"/>
 
229
            <arc id="Task2_to_Finishedtask2" source="Task2" target="Finishedtask2" type="normal">
 
230
                <graphics>
 
231
                    <position x="388" y="283"/>
 
232
                </graphics>
 
233
            </arc>
 
234
            <arc id="Finishedtask2_to_Task3" source="Finishedtask2" target="Task3" type="normal"/>
 
235
            <arc id="Task3_to_End" source="Task3" target="End" type="normal">
 
236
                <graphics>
 
237
                    <position x="568" y="283"/>
 
238
                </graphics>
 
239
            </arc>
 
240
        </page>
 
241
        <name>
 
242
            <text>ComposedModel</text>
 
243
        </name>
 
244
    </net>
 
245
</pnml>