~tapaal-ltl/verifypn/scc-optimise

« back to all changes in this revision

Viewing changes to test_models/untimed-reductions-mads-test008/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="210" y="45"/>
 
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="P2">
 
20
                <graphics>
 
21
                    <position x="285" y="225"/>
 
22
                </graphics>
 
23
                <name>
 
24
                    <graphics>
 
25
                        <offset x="-5" y="35"/>
 
26
                    </graphics>
 
27
                    <text>P2</text>
 
28
                </name>
 
29
                <initialMarking>
 
30
                    <text>0</text>
 
31
                </initialMarking>
 
32
            </place>
 
33
            <transition id="T1">
 
34
                <name>
 
35
                    <graphics>
 
36
                        <offset x="-5" y="35"/>
 
37
                    </graphics>
 
38
                    <text>T1</text>
 
39
                </name>
 
40
                <graphics>
 
41
                    <position x="375" y="225"/>
 
42
                </graphics>
 
43
            </transition>
 
44
            <transition id="T2">
 
45
                <name>
 
46
                    <graphics>
 
47
                        <offset x="-5" y="35"/>
 
48
                    </graphics>
 
49
                    <text>T2</text>
 
50
                </name>
 
51
                <graphics>
 
52
                    <position x="210" y="150"/>
 
53
                </graphics>
 
54
            </transition>
 
55
            <arc id="P0_to_T2" source="P0" target="T2" type="normal"/>
 
56
            <arc id="P2_to_T2" source="P2" target="T2" type="normal">
 
57
                <graphics>
 
58
                    <position x="299" y="164"/>
 
59
                </graphics>
 
60
            </arc>
 
61
            <arc id="P2_to_T1" source="P2" target="T1" type="normal"/>
 
62
            <arc id="T2_to_P2" source="T2" target="P2" type="normal">
 
63
                <graphics>
 
64
                    <position x="224" y="239"/>
 
65
                </graphics>
 
66
            </arc>
 
67
        </page>
 
68
        <name>
 
69
            <text>ComposedModel</text>
 
70
        </name>
 
71
    </net>
 
72
</pnml>