~tapaal-ltl/verifypn/scc-optimise

« back to all changes in this revision

Viewing changes to test_models/simple-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="135" y="105"/>
 
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="315" y="105"/>
 
22
                </graphics>
 
23
                <name>
 
24
                    <graphics>
 
25
                        <offset x="-5" y="35"/>
 
26
                    </graphics>
 
27
                    <text>P1</text>
 
28
                </name>
 
29
                <initialMarking>
 
30
                    <text>1</text>
 
31
                </initialMarking>
 
32
            </place>
 
33
            <place id="Final">
 
34
                <graphics>
 
35
                    <position x="225" y="360"/>
 
36
                </graphics>
 
37
                <name>
 
38
                    <graphics>
 
39
                        <offset x="-5" y="35"/>
 
40
                    </graphics>
 
41
                    <text>Final</text>
 
42
                </name>
 
43
                <initialMarking>
 
44
                    <text>0</text>
 
45
                </initialMarking>
 
46
            </place>
 
47
            <transition id="T0">
 
48
                <name>
 
49
                    <graphics>
 
50
                        <offset x="-5" y="35"/>
 
51
                    </graphics>
 
52
                    <text>T0</text>
 
53
                </name>
 
54
                <graphics>
 
55
                    <position x="210" y="210"/>
 
56
                </graphics>
 
57
            </transition>
 
58
            <transition id="T1">
 
59
                <name>
 
60
                    <graphics>
 
61
                        <offset x="-5" y="35"/>
 
62
                    </graphics>
 
63
                    <text>T1</text>
 
64
                </name>
 
65
                <graphics>
 
66
                    <position x="60" y="225"/>
 
67
                </graphics>
 
68
            </transition>
 
69
            <arc id="P0_to_T0" source="P0" target="T0" type="normal"/>
 
70
            <arc id="P1_to_T0" source="P1" target="T0" type="normal">
 
71
                <graphics>
 
72
                    <position x="239" y="104"/>
 
73
                </graphics>
 
74
            </arc>
 
75
            <arc id="P0_to_T1" source="P0" target="T1" type="normal">
 
76
                <graphics>
 
77
                    <position x="59" y="164"/>
 
78
                </graphics>
 
79
            </arc>
 
80
            <arc id="T0_to_Final" source="T0" target="Final" type="normal"/>
 
81
            <arc id="T0_to_P1" source="T0" target="P1" type="normal">
 
82
                <graphics>
 
83
                    <position x="329" y="224"/>
 
84
                </graphics>
 
85
            </arc>
 
86
            <arc id="T1_to_P0" source="T1" target="P0" type="normal">
 
87
                <graphics>
 
88
                    <position x="119" y="224"/>
 
89
                </graphics>
 
90
            </arc>
 
91
        </page>
 
92
        <name>
 
93
            <text>ComposedModel</text>
 
94
        </name>
 
95
    </net>
 
96
</pnml>