~tapaal-ltl/verifypn/scc-optimise

« back to all changes in this revision

Viewing changes to test_models/combined-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="P0">
 
6
                <graphics>
 
7
                    <position x="180" y="150"/>
 
8
                </graphics>
 
9
                <name>
 
10
                    <graphics>
 
11
                        <offset x="-5" y="35"/>
 
12
                    </graphics>
 
13
                    <text>P0</text>
 
14
                </name>
 
15
                <initialMarking>
 
16
                    <text>1</text>
 
17
                </initialMarking>
 
18
            </place>
 
19
            <place id="P1">
 
20
                <graphics>
 
21
                    <position x="390" y="150"/>
 
22
                </graphics>
 
23
                <name>
 
24
                    <graphics>
 
25
                        <offset x="-5" y="35"/>
 
26
                    </graphics>
 
27
                    <text>P1</text>
 
28
                </name>
 
29
                <initialMarking>
 
30
                    <text>0</text>
 
31
                </initialMarking>
 
32
            </place>
 
33
            <place id="P2">
 
34
                <graphics>
 
35
                    <position x="615" y="150"/>
 
36
                </graphics>
 
37
                <name>
 
38
                    <graphics>
 
39
                        <offset x="-5" y="35"/>
 
40
                    </graphics>
 
41
                    <text>P2</text>
 
42
                </name>
 
43
                <initialMarking>
 
44
                    <text>0</text>
 
45
                </initialMarking>
 
46
            </place>
 
47
            <place id="Final">
 
48
                <graphics>
 
49
                    <position x="795" y="150"/>
 
50
                </graphics>
 
51
                <name>
 
52
                    <graphics>
 
53
                        <offset x="-5" y="35"/>
 
54
                    </graphics>
 
55
                    <text>Final</text>
 
56
                </name>
 
57
                <initialMarking>
 
58
                    <text>0</text>
 
59
                </initialMarking>
 
60
            </place>
 
61
            <place id="P4">
 
62
                <graphics>
 
63
                    <position x="270" y="300"/>
 
64
                </graphics>
 
65
                <name>
 
66
                    <graphics>
 
67
                        <offset x="-5" y="35"/>
 
68
                    </graphics>
 
69
                    <text>P4</text>
 
70
                </name>
 
71
                <initialMarking>
 
72
                    <text>0</text>
 
73
                </initialMarking>
 
74
            </place>
 
75
            <transition id="T0">
 
76
                <name>
 
77
                    <graphics>
 
78
                        <offset x="-5" y="35"/>
 
79
                    </graphics>
 
80
                    <text>T0</text>
 
81
                </name>
 
82
                <graphics>
 
83
                    <position x="270" y="150"/>
 
84
                </graphics>
 
85
            </transition>
 
86
            <transition id="T1">
 
87
                <name>
 
88
                    <graphics>
 
89
                        <offset x="-5" y="35"/>
 
90
                    </graphics>
 
91
                    <text>T1</text>
 
92
                </name>
 
93
                <graphics>
 
94
                    <position x="495" y="150"/>
 
95
                </graphics>
 
96
            </transition>
 
97
            <transition id="T2">
 
98
                <name>
 
99
                    <graphics>
 
100
                        <offset x="-5" y="35"/>
 
101
                    </graphics>
 
102
                    <text>T2</text>
 
103
                </name>
 
104
                <graphics>
 
105
                    <position x="705" y="150"/>
 
106
                </graphics>
 
107
            </transition>
 
108
            <transition id="T3">
 
109
                <name>
 
110
                    <graphics>
 
111
                        <offset x="-5" y="35"/>
 
112
                    </graphics>
 
113
                    <text>T3</text>
 
114
                </name>
 
115
                <graphics>
 
116
                    <position x="270" y="420"/>
 
117
                </graphics>
 
118
            </transition>
 
119
            <arc id="P4_to_T1" source="P4" target="T1" type="normal">
 
120
                <graphics>
 
121
                    <position x="508" y="313"/>
 
122
                </graphics>
 
123
            </arc>
 
124
            <arc id="P4_to_T3" source="P4" target="T3" type="normal"/>
 
125
            <arc id="T0_to_P4" source="T0" target="P4" type="normal"/>
 
126
            <arc id="T3_to_P0" source="T3" target="P0" type="normal">
 
127
                <graphics>
 
128
                    <position x="193" y="433"/>
 
129
                </graphics>
 
130
            </arc>
 
131
            <arc id="T1_to_P4" source="T1" target="P4" type="normal">
 
132
                <graphics>
 
133
                    <position x="343" y="223"/>
 
134
                </graphics>
 
135
            </arc>
 
136
            <arc id="P0_to_T0" source="P0" target="T0" type="normal"/>
 
137
            <arc id="T0_to_P1" source="T0" target="P1" type="normal">
 
138
                <graphics>
 
139
                    <position x="283" y="163"/>
 
140
                </graphics>
 
141
            </arc>
 
142
            <arc id="P1_to_T1" source="P1" target="T1" type="normal"/>
 
143
            <arc id="T1_to_P2" source="T1" target="P2" type="normal">
 
144
                <graphics>
 
145
                    <position x="508" y="163"/>
 
146
                </graphics>
 
147
            </arc>
 
148
            <arc id="P2_to_T2" source="P2" target="T2" type="normal"/>
 
149
            <arc id="T2_to_Final" source="T2" target="Final" type="normal">
 
150
                <graphics>
 
151
                    <position x="718" y="163"/>
 
152
                </graphics>
 
153
            </arc>
 
154
            <arc id="P4_to_T2" source="P4" target="T2" type="inhibitor">
 
155
                <graphics>
 
156
                    <position x="688" y="358"/>
 
157
                </graphics>
 
158
            </arc>
 
159
            <arc id="P0_to_T1" source="P0" target="T1" type="inhibitor">
 
160
                <graphics>
 
161
                    <position x="193" y="73"/>
 
162
                    <position x="508" y="73"/>
 
163
                </graphics>
 
164
            </arc>
 
165
        </page>
 
166
        <name>
 
167
            <text>ComposedModel</text>
 
168
        </name>
 
169
    </net>
 
170
</pnml>