~tapaal-dist-ctl/verifypn/modelDatabase

« back to all changes in this revision

Viewing changes to allModels/testmodel1/CTLTestQueries.xml

  • Committer: Søren Moss Nielsen
  • Date: 2017-03-13 08:31:46 UTC
  • Revision ID: smni12@student.aau.com-20170313083146-in239gjd1v2ahfih
Added a few new queries to the two test models

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
<?xml version="1.0"?>
2
2
<property-set xmlns="http://mcc.lip6.fr/">
3
3
  <property>
4
 
    <id>testmodel1</id>
 
4
    <id>testmodel1-1</id>
5
5
    <description>Manually generated</description>
6
6
    <formula>
7
7
        <all-paths>
35
35
    </formula>
36
36
  </property>
37
37
  <property>
38
 
    <id>testmodel1</id>
 
38
    <id>testmodel1-2</id>
39
39
    <description>Manually generated</description>
40
40
    <formula>
41
41
      <all-paths>
61
61
    </formula>
62
62
  </property>
63
63
  <property>
64
 
    <id>testmodel1</id>
 
64
    <id>testmodel1-3</id>
65
65
    <description>Manually generated</description>
66
66
    <formula>
67
67
      <exists-path>
85
85
    </formula>
86
86
  </property>
87
87
  <property>
88
 
    <id>testmodel1</id>
 
88
    <id>testmodel1-4</id>
89
89
    <description>Manually generated</description>
90
90
    <formula>
91
91
      <exists-path>
130
130
      </exists-path>
131
131
    </formula>
132
132
  </property>
 
133
  <property>
 
134
    <id>testmodel1-5</id>
 
135
    <description>Manually generated</description>
 
136
    <formula>
 
137
      <exists-path>
 
138
        <finally>
 
139
          <conjunction>
 
140
              <integer-eq>
 
141
                <tokens-count>
 
142
                  <place>Products</place>
 
143
                </tokens-count>
 
144
                <integer-constant>5</integer-constant>
 
145
              </integer-eq>
 
146
              <integer-eq>
 
147
                <tokens-count>
 
148
                  <place>Servant</place>
 
149
                </tokens-count>
 
150
                <integer-constant>2</integer-constant>
 
151
              </integer-eq>
 
152
              <integer-eq>
 
153
                <tokens-count>
 
154
                  <place>Producer</place>
 
155
                </tokens-count>
 
156
                <integer-constant>1</integer-constant>
 
157
              </integer-eq>
 
158
              <integer-eq>
 
159
                <tokens-count>
 
160
                  <place>Flag_A</place>
 
161
                </tokens-count>
 
162
                <integer-constant>1</integer-constant>
 
163
              </integer-eq>
 
164
              <integer-eq>
 
165
                <tokens-count>
 
166
                  <place>Flag_S</place>
 
167
                </tokens-count>
 
168
                <integer-constant>2</integer-constant>
 
169
              </integer-eq>
 
170
              <integer-eq>
 
171
                <tokens-count>
 
172
                  <place>Start</place>
 
173
                </tokens-count>
 
174
                <integer-constant>1</integer-constant>
 
175
              </integer-eq>
 
176
          </conjunction>
 
177
        </finally>
 
178
      </exists-path>
 
179
    </formula>
 
180
  </property>
133
181
</property-set>