~tapaal-ltl/verifypn/scc-optimise

« back to all changes in this revision

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