~tapaal-ltl/verifypn/scc-optimise

« back to all changes in this revision

Viewing changes to test_models/inclusion-test004/query.xml

  • 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
<property-set xmlns="http://tapaal.net/">
 
3
  
 
4
  <property>
 
5
    <id>inclusion-test004.TRUE-1</id>
 
6
    <description>inclusion-test004.TRUE-1</description>
 
7
    <formula>
 
8
      <exists-path>
 
9
        <finally>
 
10
          <integer-eq>
 
11
            <tokens-count>
 
12
              <place>end</place>
 
13
            </tokens-count>
 
14
            <integer-constant>5</integer-constant>
 
15
          </integer-eq>
 
16
        </finally>
 
17
      </exists-path>
 
18
    </formula>
 
19
  </property>
 
20
  <property>
 
21
    <id>inclusion-test004.FALSE-2</id>
 
22
    <description>inclusion-test004.FALSE-2</description>
 
23
    <formula>
 
24
      <all-paths>
 
25
        <globally>
 
26
          <disjunction>
 
27
            <integer-ge>
 
28
              <tokens-count>
 
29
                <place>P0</place>
 
30
              </tokens-count>
 
31
              <integer-constant>1</integer-constant>
 
32
            </integer-ge>
 
33
            <integer-le>
 
34
              <tokens-count>
 
35
                <place>end</place>
 
36
              </tokens-count>
 
37
              <integer-constant>4</integer-constant>
 
38
            </integer-le>
 
39
          </disjunction>
 
40
        </globally>
 
41
      </all-paths>
 
42
    </formula>
 
43
  </property>
 
44
  <property>
 
45
    <id>inclusion-test004.TRUE-3</id>
 
46
    <description>inclusion-test004.TRUE-3</description>
 
47
    <formula>
 
48
      <exists-path>
 
49
        <finally>
 
50
          <disjunction>
 
51
            <integer-gt>
 
52
              <tokens-count>
 
53
                <place>end</place>
 
54
              </tokens-count>
 
55
              <integer-constant>5</integer-constant>
 
56
            </integer-gt>
 
57
            <conjunction>
 
58
              <integer-lt>
 
59
                <tokens-count>
 
60
                  <place>P2</place>
 
61
                </tokens-count>
 
62
                <integer-constant>2</integer-constant>
 
63
              </integer-lt>
 
64
              <integer-gt>
 
65
                <tokens-count>
 
66
                  <place>P2</place>
 
67
                </tokens-count>
 
68
                <integer-constant>0</integer-constant>
 
69
              </integer-gt>
 
70
            </conjunction>
 
71
          </disjunction>
 
72
        </finally>
 
73
      </exists-path>
 
74
    </formula>
 
75
  </property>
 
76
  <property>
 
77
    <id>inclusion-test004.FALSE-4</id>
 
78
    <description>inclusion-test004.FALSE-4</description>
 
79
    <formula>
 
80
      <exists-path>
 
81
        <finally>
 
82
          <disjunction>
 
83
            <integer-gt>
 
84
              <tokens-count>
 
85
                <place>end</place>
 
86
              </tokens-count>
 
87
              <integer-constant>5</integer-constant>
 
88
            </integer-gt>
 
89
            <conjunction>
 
90
              <integer-lt>
 
91
                <tokens-count>
 
92
                  <place>P2</place>
 
93
                </tokens-count>
 
94
                <integer-constant>4</integer-constant>
 
95
              </integer-lt>
 
96
              <integer-eq>
 
97
                <tokens-count>
 
98
                  <place>P1</place>
 
99
                </tokens-count>
 
100
                <integer-constant>4</integer-constant>
 
101
              </integer-eq>
 
102
              <integer-eq>
 
103
                <tokens-count>
 
104
                  <place>P4</place>
 
105
                </tokens-count>
 
106
                <integer-constant>2</integer-constant>
 
107
              </integer-eq>
 
108
              <integer-eq>
 
109
                <tokens-count>
 
110
                  <place>P5</place>
 
111
                </tokens-count>
 
112
                <integer-constant>1</integer-constant>
 
113
              </integer-eq>
 
114
            </conjunction>
 
115
          </disjunction>
 
116
        </finally>
 
117
      </exists-path>
 
118
    </formula>
 
119
  </property>
 
120
</property-set>