~tapaal-red/verifypn/rule-l

« back to all changes in this revision

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