~tapaal-red/verifypn/rule-l

« back to all changes in this revision

Viewing changes to test_models/untimed-test007-swimming-pool/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-test007-swimming-pool.TRUE-1</id>
 
6
    <description>untimed-test007-swimming-pool.TRUE-1</description>
 
7
    <formula>
 
8
      <exists-path>
 
9
        <finally>
 
10
          <integer-eq>
 
11
            <tokens-count>
 
12
              <place>Sortie</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-test007-swimming-pool.FALSE-2</id>
 
22
    <description>untimed-test007-swimming-pool.FALSE-2</description>
 
23
    <formula>
 
24
      <exists-path>
 
25
        <finally>
 
26
          <conjunction>
 
27
            <integer-eq>
 
28
              <tokens-count>
 
29
                <place>Deshabillage</place>
 
30
              </tokens-count>
 
31
              <integer-constant>3</integer-constant>
 
32
            </integer-eq>
 
33
            <integer-eq>
 
34
              <tokens-count>
 
35
                <place>Entree</place>
 
36
              </tokens-count>
 
37
              <integer-constant>2</integer-constant>
 
38
            </integer-eq>
 
39
          </conjunction>
 
40
        </finally>
 
41
      </exists-path>
 
42
    </formula>
 
43
  </property>
 
44
  <property>
 
45
    <id>untimed-test007-swimming-pool.TRUE-3</id>
 
46
    <description>untimed-test007-swimming-pool.TRUE-3</description>
 
47
    <formula>
 
48
      <exists-path>
 
49
        <finally>
 
50
          <deadlock/>
 
51
        </finally>
 
52
      </exists-path>
 
53
    </formula>
 
54
  </property>
 
55
</property-set>