~tapaal-ltl/verifypn/scc-optimise

« back to all changes in this revision

Viewing changes to test_models/continuous-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="in">
 
6
                <graphics>
 
7
                    <position x="90" y="210"/>
 
8
                </graphics>
 
9
                <name>
 
10
                    <graphics>
 
11
                        <offset x="-2" y="-2"/>
 
12
                    </graphics>
 
13
                    <text>in</text>
 
14
                </name>
 
15
                <initialMarking>
 
16
                    <text>1</text>
 
17
                </initialMarking>
 
18
            </place>
 
19
            <place id="P1">
 
20
                <graphics>
 
21
                    <position x="300" y="210"/>
 
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="out">
 
34
                <graphics>
 
35
                    <position x="555" y="210"/>
 
36
                </graphics>
 
37
                <name>
 
38
                    <graphics>
 
39
                        <offset x="47" y="-6"/>
 
40
                    </graphics>
 
41
                    <text>out</text>
 
42
                </name>
 
43
                <initialMarking>
 
44
                    <text>0</text>
 
45
                </initialMarking>
 
46
            </place>
 
47
            <transition id="start">
 
48
                <name>
 
49
                    <graphics>
 
50
                        <offset x="31" y="-10"/>
 
51
                    </graphics>
 
52
                    <text>start</text>
 
53
                </name>
 
54
                <graphics>
 
55
                    <position x="180" y="210"/>
 
56
                </graphics>
 
57
            </transition>
 
58
            <transition id="loop">
 
59
                <name>
 
60
                    <graphics>
 
61
                        <offset x="27" y="-9"/>
 
62
                    </graphics>
 
63
                    <text>loop</text>
 
64
                </name>
 
65
                <graphics>
 
66
                    <position x="300" y="120"/>
 
67
                </graphics>
 
68
            </transition>
 
69
            <transition id="end1">
 
70
                <name>
 
71
                    <graphics>
 
72
                        <offset x="25" y="-8"/>
 
73
                    </graphics>
 
74
                    <text>end1</text>
 
75
                </name>
 
76
                <graphics>
 
77
                    <position x="420" y="210"/>
 
78
                </graphics>
 
79
            </transition>
 
80
            <transition id="end2">
 
81
                <name>
 
82
                    <graphics>
 
83
                        <offset x="27" y="-10"/>
 
84
                    </graphics>
 
85
                    <text>end2</text>
 
86
                </name>
 
87
                <graphics>
 
88
                    <position x="420" y="120"/>
 
89
                </graphics>
 
90
            </transition>
 
91
            <arc id="P1_to_end1" source="P1" target="end1" type="normal"/>
 
92
            <arc id="P1_to_end2" source="P1" target="end2" type="normal"/>
 
93
            <arc id="end1_to_out" source="end1" target="out" type="normal"/>
 
94
            <arc id="end2_to_out" source="end2" target="out" type="normal"/>
 
95
            <arc id="in_to_start" source="in" target="start" type="normal"/>
 
96
            <arc id="start_to_P1" source="start" target="P1" type="normal"/>
 
97
            <arc id="P1_to_loop" source="P1" target="loop" type="normal">
 
98
                <graphics>
 
99
                    <position x="283" y="178"/>
 
100
                </graphics>
 
101
            </arc>
 
102
            <arc id="loop_to_P1" source="loop" target="P1" type="normal">
 
103
                <graphics>
 
104
                    <position x="313" y="133"/>
 
105
                    <position x="343" y="178"/>
 
106
                </graphics>
 
107
            </arc>
 
108
        </page>
 
109
        <name>
 
110
            <text>ComposedModel</text>
 
111
        </name>
 
112
    </net>
 
113
</pnml>