~tapaal-ltl/verifypn/scc-optimise

« back to all changes in this revision

Viewing changes to test_models/deadlock-test004/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="Res1">
 
6
                <graphics>
 
7
                    <position x="285" y="180"/>
 
8
                </graphics>
 
9
                <name>
 
10
                    <graphics>
 
11
                        <offset x="-5" y="35"/>
 
12
                    </graphics>
 
13
                    <text>Res1</text>
 
14
                </name>
 
15
                <initialMarking>
 
16
                    <text>1</text>
 
17
                </initialMarking>
 
18
            </place>
 
19
            <place id="Res2">
 
20
                <graphics>
 
21
                    <position x="405" y="180"/>
 
22
                </graphics>
 
23
                <name>
 
24
                    <graphics>
 
25
                        <offset x="-5" y="35"/>
 
26
                    </graphics>
 
27
                    <text>Res2</text>
 
28
                </name>
 
29
                <initialMarking>
 
30
                    <text>1</text>
 
31
                </initialMarking>
 
32
            </place>
 
33
            <place id="in">
 
34
                <graphics>
 
35
                    <position x="165" y="180"/>
 
36
                </graphics>
 
37
                <name>
 
38
                    <graphics>
 
39
                        <offset x="-5" y="35"/>
 
40
                    </graphics>
 
41
                    <text>in</text>
 
42
                </name>
 
43
                <initialMarking>
 
44
                    <text>1</text>
 
45
                </initialMarking>
 
46
            </place>
 
47
            <place id="out">
 
48
                <graphics>
 
49
                    <position x="615" y="180"/>
 
50
                </graphics>
 
51
                <name>
 
52
                    <graphics>
 
53
                        <offset x="60" y="18"/>
 
54
                    </graphics>
 
55
                    <text>out</text>
 
56
                </name>
 
57
                <initialMarking>
 
58
                    <text>0</text>
 
59
                </initialMarking>
 
60
            </place>
 
61
            <place id="P10">
 
62
                <graphics>
 
63
                    <position x="345" y="45"/>
 
64
                </graphics>
 
65
                <name>
 
66
                    <graphics>
 
67
                        <offset x="-5" y="35"/>
 
68
                    </graphics>
 
69
                    <text>P10</text>
 
70
                </name>
 
71
                <initialMarking>
 
72
                    <text>0</text>
 
73
                </initialMarking>
 
74
            </place>
 
75
            <place id="P12">
 
76
                <graphics>
 
77
                    <position x="555" y="45"/>
 
78
                </graphics>
 
79
                <name>
 
80
                    <graphics>
 
81
                        <offset x="-5" y="35"/>
 
82
                    </graphics>
 
83
                    <text>P12</text>
 
84
                </name>
 
85
                <initialMarking>
 
86
                    <text>0</text>
 
87
                </initialMarking>
 
88
            </place>
 
89
            <transition id="work">
 
90
                <name>
 
91
                    <graphics>
 
92
                        <offset x="-5" y="35"/>
 
93
                    </graphics>
 
94
                    <text>work</text>
 
95
                </name>
 
96
                <graphics>
 
97
                    <position x="240" y="45"/>
 
98
                </graphics>
 
99
            </transition>
 
100
            <transition id="done">
 
101
                <name>
 
102
                    <graphics>
 
103
                        <offset x="-5" y="35"/>
 
104
                    </graphics>
 
105
                    <text>done</text>
 
106
                </name>
 
107
                <graphics>
 
108
                    <position x="240" y="315"/>
 
109
                </graphics>
 
110
            </transition>
 
111
            <transition id="T6">
 
112
                <name>
 
113
                    <graphics>
 
114
                        <offset x="-5" y="35"/>
 
115
                    </graphics>
 
116
                    <text>T6</text>
 
117
                </name>
 
118
                <graphics>
 
119
                    <position x="435" y="45"/>
 
120
                </graphics>
 
121
            </transition>
 
122
            <transition id="T8">
 
123
                <name>
 
124
                    <graphics>
 
125
                        <offset x="-5" y="35"/>
 
126
                    </graphics>
 
127
                    <text>T8</text>
 
128
                </name>
 
129
                <graphics>
 
130
                    <position x="585" y="120"/>
 
131
                </graphics>
 
132
            </transition>
 
133
            <arc id="in_to_work" source="in" target="work" type="normal"/>
 
134
            <arc id="in_to_done" source="in" target="done" type="normal"/>
 
135
            <arc id="Res1_to_work" source="Res1" target="work" type="normal"/>
 
136
            <arc id="P10_to_T6" source="P10" target="T6" type="normal"/>
 
137
            <arc id="Res2_to_T6" source="Res2" target="T6" type="normal"/>
 
138
            <arc id="P12_to_T8" source="P12" target="T8" type="normal"/>
 
139
            <arc id="Res1_to_T8" source="Res1" target="T8" type="normal">
 
140
                <graphics>
 
141
                    <position x="494" y="119"/>
 
142
                </graphics>
 
143
            </arc>
 
144
            <arc id="work_to_P10" source="work" target="P10" type="normal"/>
 
145
            <arc id="done_to_out" source="done" target="out" type="normal">
 
146
                <graphics>
 
147
                    <position x="584" y="329"/>
 
148
                </graphics>
 
149
            </arc>
 
150
            <arc id="T6_to_Res1" source="T6" target="Res1" type="normal"/>
 
151
            <arc id="T6_to_P12" source="T6" target="P12" type="normal"/>
 
152
            <arc id="T8_to_out" source="T8" target="out" type="normal"/>
 
153
            <arc id="T8_to_Res2" source="T8" target="Res2" type="normal"/>
 
154
            <arc id="T8_to_Res1" source="T8" target="Res1" type="normal">
 
155
                <graphics>
 
156
                    <position x="479" y="149"/>
 
157
                </graphics>
 
158
            </arc>
 
159
        </page>
 
160
        <name>
 
161
            <text>ComposedModel</text>
 
162
        </name>
 
163
    </net>
 
164
</pnml>