~tapaal-ltl/verifypn/scc-optimise

« back to all changes in this revision

Viewing changes to test_models/untimed-reductions-jacob-E-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-E-test001.TRUE-1</id>
 
6
    <description>untimed-reductions-jacob-E-test001.TRUE-1</description>
 
7
    <formula>
 
8
      <exists-path>
 
9
        <finally>
 
10
          <integer-gt>
 
11
            <tokens-count>
 
12
              <place>P8</place>
 
13
            </tokens-count>
 
14
            <integer-constant>2</integer-constant>
 
15
          </integer-gt>
 
16
        </finally>
 
17
      </exists-path>
 
18
    </formula>
 
19
  </property>
 
20
  <property>
 
21
    <id>untimed-reductions-jacob-E-test001.TRUE-2</id>
 
22
    <description>untimed-reductions-jacob-E-test001.TRUE-2</description>
 
23
    <formula>
 
24
      <all-paths>
 
25
        <globally>
 
26
          <integer-eq>
 
27
            <tokens-count>
 
28
              <place>P2</place>
 
29
            </tokens-count>
 
30
            <integer-constant>2</integer-constant>
 
31
          </integer-eq>
 
32
        </globally>
 
33
      </all-paths>
 
34
    </formula>
 
35
  </property>
 
36
  <property>
 
37
    <id>untimed-reductions-jacob-E-test001.TRUE-3</id>
 
38
    <description>untimed-reductions-jacob-E-test001.TRUE-3</description>
 
39
    <formula>
 
40
      <all-paths>
 
41
        <globally>
 
42
          <integer-gt>
 
43
            <tokens-count>
 
44
              <place>P0</place>
 
45
            </tokens-count>
 
46
            <integer-constant>0</integer-constant>
 
47
          </integer-gt>
 
48
        </globally>
 
49
      </all-paths>
 
50
    </formula>
 
51
  </property>
 
52
  <property>
 
53
    <id>untimed-reductions-jacob-E-test001.TRUE-4</id>
 
54
    <description>untimed-reductions-jacob-E-test001.TRUE-4</description>
 
55
    <formula>
 
56
      <exists-path>
 
57
        <finally>
 
58
          <conjunction>
 
59
            <integer-eq>
 
60
              <tokens-count>
 
61
                <place>P6</place>
 
62
              </tokens-count>
 
63
              <integer-constant>0</integer-constant>
 
64
            </integer-eq>
 
65
            <integer-eq>
 
66
              <tokens-count>
 
67
                <place>P8</place>
 
68
              </tokens-count>
 
69
              <integer-constant>1</integer-constant>
 
70
            </integer-eq>
 
71
          </conjunction>
 
72
        </finally>
 
73
      </exists-path>
 
74
    </formula>
 
75
  </property>
 
76
</property-set>