~tapaal-ltl/verifypn/scc-optimise

« back to all changes in this revision

Viewing changes to test_models/invariants-test009/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="R1">
 
6
                <graphics>
 
7
                    <position x="210" y="45"/>
 
8
                </graphics>
 
9
                <name>
 
10
                    <graphics>
 
11
                        <offset x="-5" y="35"/>
 
12
                    </graphics>
 
13
                    <text>R1</text>
 
14
                </name>
 
15
                <initialMarking>
 
16
                    <text>1</text>
 
17
                </initialMarking>
 
18
            </place>
 
19
            <place id="GU1">
 
20
                <graphics>
 
21
                    <position x="210" y="210"/>
 
22
                </graphics>
 
23
                <name>
 
24
                    <graphics>
 
25
                        <offset x="-5" y="35"/>
 
26
                    </graphics>
 
27
                    <text>GU1</text>
 
28
                </name>
 
29
                <initialMarking>
 
30
                    <text>0</text>
 
31
                </initialMarking>
 
32
            </place>
 
33
            <place id="G1">
 
34
                <graphics>
 
35
                    <position x="210" y="375"/>
 
36
                </graphics>
 
37
                <name>
 
38
                    <graphics>
 
39
                        <offset x="-5" y="35"/>
 
40
                    </graphics>
 
41
                    <text>G1</text>
 
42
                </name>
 
43
                <initialMarking>
 
44
                    <text>0</text>
 
45
                </initialMarking>
 
46
            </place>
 
47
            <place id="GU2">
 
48
                <graphics>
 
49
                    <position x="420" y="210"/>
 
50
                </graphics>
 
51
                <name>
 
52
                    <graphics>
 
53
                        <offset x="-5" y="35"/>
 
54
                    </graphics>
 
55
                    <text>GU2</text>
 
56
                </name>
 
57
                <initialMarking>
 
58
                    <text>0</text>
 
59
                </initialMarking>
 
60
            </place>
 
61
            <place id="G2">
 
62
                <graphics>
 
63
                    <position x="420" y="375"/>
 
64
                </graphics>
 
65
                <name>
 
66
                    <graphics>
 
67
                        <offset x="-5" y="35"/>
 
68
                    </graphics>
 
69
                    <text>G2</text>
 
70
                </name>
 
71
                <initialMarking>
 
72
                    <text>1</text>
 
73
                </initialMarking>
 
74
            </place>
 
75
            <place id="R2">
 
76
                <graphics>
 
77
                    <position x="420" y="45"/>
 
78
                </graphics>
 
79
                <name>
 
80
                    <graphics>
 
81
                        <offset x="-5" y="35"/>
 
82
                    </graphics>
 
83
                    <text>R2</text>
 
84
                </name>
 
85
                <initialMarking>
 
86
                    <text>0</text>
 
87
                </initialMarking>
 
88
            </place>
 
89
            <transition id="A">
 
90
                <name>
 
91
                    <graphics>
 
92
                        <offset x="-5" y="35"/>
 
93
                    </graphics>
 
94
                    <text>A</text>
 
95
                </name>
 
96
                <graphics>
 
97
                    <position x="210" y="135"/>
 
98
                </graphics>
 
99
            </transition>
 
100
            <transition id="B">
 
101
                <name>
 
102
                    <graphics>
 
103
                        <offset x="-5" y="35"/>
 
104
                    </graphics>
 
105
                    <text>B</text>
 
106
                </name>
 
107
                <graphics>
 
108
                    <position x="210" y="300"/>
 
109
                </graphics>
 
110
            </transition>
 
111
            <transition id="C">
 
112
                <name>
 
113
                    <graphics>
 
114
                        <offset x="-5" y="35"/>
 
115
                    </graphics>
 
116
                    <text>C</text>
 
117
                </name>
 
118
                <graphics>
 
119
                    <position x="285" y="210"/>
 
120
                </graphics>
 
121
            </transition>
 
122
            <transition id="F">
 
123
                <name>
 
124
                    <graphics>
 
125
                        <offset x="-5" y="35"/>
 
126
                    </graphics>
 
127
                    <text>F</text>
 
128
                </name>
 
129
                <graphics>
 
130
                    <position x="420" y="285"/>
 
131
                </graphics>
 
132
            </transition>
 
133
            <transition id="E">
 
134
                <name>
 
135
                    <graphics>
 
136
                        <offset x="-5" y="35"/>
 
137
                    </graphics>
 
138
                    <text>E</text>
 
139
                </name>
 
140
                <graphics>
 
141
                    <position x="420" y="135"/>
 
142
                </graphics>
 
143
            </transition>
 
144
            <transition id="D">
 
145
                <name>
 
146
                    <graphics>
 
147
                        <offset x="-5" y="35"/>
 
148
                    </graphics>
 
149
                    <text>D</text>
 
150
                </name>
 
151
                <graphics>
 
152
                    <position x="330" y="210"/>
 
153
                </graphics>
 
154
            </transition>
 
155
            <arc id="R1_to_A" source="R1" target="A" type="normal"/>
 
156
            <arc id="GU1_to_B" source="GU1" target="B" type="normal"/>
 
157
            <arc id="G1_to_C" source="G1" target="C" type="normal"/>
 
158
            <arc id="GU2_to_F" source="GU2" target="F" type="normal"/>
 
159
            <arc id="G2_to_D" source="G2" target="D" type="normal"/>
 
160
            <arc id="R2_to_E" source="R2" target="E" type="normal"/>
 
161
            <arc id="A_to_GU1" source="A" target="GU1" type="normal"/>
 
162
            <arc id="B_to_G1" source="B" target="G1" type="normal"/>
 
163
            <arc id="C_to_R1" source="C" target="R1" type="normal"/>
 
164
            <arc id="E_to_GU2" source="E" target="GU2" type="normal"/>
 
165
            <arc id="F_to_G2" source="F" target="G2" type="normal"/>
 
166
            <arc id="D_to_R2" source="D" target="R2" type="normal"/>
 
167
        </page>
 
168
        <name>
 
169
            <text>ComposedModel</text>
 
170
        </name>
 
171
    </net>
 
172
</pnml>