~tapaal-red/verifypn/rule-l

« back to all changes in this revision

Viewing changes to test_models/prime-test006/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>prime-test006.TRUE-1</id>
 
6
    <description>prime-test006.TRUE-1</description>
 
7
    <formula>
 
8
      <exists-path>
 
9
        <finally>
 
10
          <conjunction>
 
11
            <integer-eq>
 
12
              <tokens-count>
 
13
                <place>Number</place>
 
14
              </tokens-count>
 
15
              <integer-constant>0</integer-constant>
 
16
            </integer-eq>
 
17
            <integer-ge>
 
18
              <tokens-count>
 
19
                <place>Start</place>
 
20
              </tokens-count>
 
21
              <integer-constant>1</integer-constant>
 
22
            </integer-ge>
 
23
            <integer-eq>
 
24
              <tokens-count>
 
25
                <place>Reminder</place>
 
26
              </tokens-count>
 
27
              <integer-constant>1</integer-constant>
 
28
            </integer-eq>
 
29
          </conjunction>
 
30
        </finally>
 
31
      </exists-path>
 
32
    </formula>
 
33
  </property>
 
34
</property-set>