~tapaal-ltl/verifypn/scc-optimise

« back to all changes in this revision

Viewing changes to test_models/invariants-test006/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="P8">
 
6
                <graphics>
 
7
                    <position x="120" y="120"/>
 
8
                </graphics>
 
9
                <name>
 
10
                    <graphics>
 
11
                        <offset x="-5" y="35"/>
 
12
                    </graphics>
 
13
                    <text>P8</text>
 
14
                </name>
 
15
                <initialMarking>
 
16
                    <text>1</text>
 
17
                </initialMarking>
 
18
            </place>
 
19
            <place id="P9">
 
20
                <graphics>
 
21
                    <position x="330" y="120"/>
 
22
                </graphics>
 
23
                <name>
 
24
                    <graphics>
 
25
                        <offset x="-5" y="35"/>
 
26
                    </graphics>
 
27
                    <text>P9</text>
 
28
                </name>
 
29
                <initialMarking>
 
30
                    <text>1</text>
 
31
                </initialMarking>
 
32
            </place>
 
33
            <place id="P10">
 
34
                <graphics>
 
35
                    <position x="615" y="105"/>
 
36
                </graphics>
 
37
                <name>
 
38
                    <graphics>
 
39
                        <offset x="-5" y="35"/>
 
40
                    </graphics>
 
41
                    <text>P10</text>
 
42
                </name>
 
43
                <initialMarking>
 
44
                    <text>1</text>
 
45
                </initialMarking>
 
46
            </place>
 
47
            <place id="P11">
 
48
                <graphics>
 
49
                    <position x="855" y="120"/>
 
50
                </graphics>
 
51
                <name>
 
52
                    <graphics>
 
53
                        <offset x="-5" y="35"/>
 
54
                    </graphics>
 
55
                    <text>P11</text>
 
56
                </name>
 
57
                <initialMarking>
 
58
                    <text>1</text>
 
59
                </initialMarking>
 
60
            </place>
 
61
            <place id="P12">
 
62
                <graphics>
 
63
                    <position x="525" y="585"/>
 
64
                </graphics>
 
65
                <name>
 
66
                    <graphics>
 
67
                        <offset x="-5" y="35"/>
 
68
                    </graphics>
 
69
                    <text>P12</text>
 
70
                </name>
 
71
                <initialMarking>
 
72
                    <text>0</text>
 
73
                </initialMarking>
 
74
            </place>
 
75
            <place id="Zero">
 
76
                <graphics>
 
77
                    <position x="135" y="315"/>
 
78
                </graphics>
 
79
                <name>
 
80
                    <graphics>
 
81
                        <offset x="-5" y="35"/>
 
82
                    </graphics>
 
83
                    <text>Zero</text>
 
84
                </name>
 
85
                <initialMarking>
 
86
                    <text>1</text>
 
87
                </initialMarking>
 
88
            </place>
 
89
            <transition id="T8">
 
90
                <name>
 
91
                    <graphics>
 
92
                        <offset x="-5" y="35"/>
 
93
                    </graphics>
 
94
                    <text>T8</text>
 
95
                </name>
 
96
                <graphics>
 
97
                    <position x="480" y="375"/>
 
98
                </graphics>
 
99
            </transition>
 
100
            <transition id="T9">
 
101
                <name>
 
102
                    <graphics>
 
103
                        <offset x="-5" y="35"/>
 
104
                    </graphics>
 
105
                    <text>T9</text>
 
106
                </name>
 
107
                <graphics>
 
108
                    <position x="225" y="435"/>
 
109
                </graphics>
 
110
            </transition>
 
111
            <arc id="P8_to_T8" source="P8" target="T8" type="normal"/>
 
112
            <arc id="P9_to_T8" source="P9" target="T8" type="normal"/>
 
113
            <arc id="P10_to_T8" source="P10" target="T8" type="normal"/>
 
114
            <arc id="P11_to_T8" source="P11" target="T8" type="normal"/>
 
115
            <arc id="P12_to_T9" source="P12" target="T9" type="normal"/>
 
116
            <arc id="Zero_to_T9" source="Zero" target="T9" type="normal">
 
117
                <graphics>
 
118
                    <position x="150" y="330"/>
 
119
                </graphics>
 
120
            </arc>
 
121
            <arc id="T8_to_P12" source="T8" target="P12" type="normal"/>
 
122
        </page>
 
123
        <name>
 
124
            <text>ComposedModel</text>
 
125
        </name>
 
126
    </net>
 
127
</pnml>