~tapaal-ltl/verifypn/scc-optimise

« back to all changes in this revision

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