~tapaal-red/verifypn/rule-l

« back to all changes in this revision

Viewing changes to test_models/untimed-test005/query.xml

  • Committer: Peter G. Jensen
  • Date: 2020-07-03 09:19:50 UTC
  • mto: This revision was merged to the branch mainline in revision 225.
  • Revision ID: root@petergjoel.dk-20200703091950-0wdbe4bezt4obe0t
added simple test-script and test models

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