~tapaal-ltl/verifypn/scc-optimise

« back to all changes in this revision

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