~tapaal-ltl/verifypn/stubborn-set-refactor-merged

« back to all changes in this revision

Viewing changes to test_models/LTL/generator.xml

  • Committer: Peter G. Jensen
  • Date: 2021-03-05 16:43:31 UTC
  • mfrom: (226.2.36 ltl-model-checker)
  • Revision ID: root@petergjoel.dk-20210305164331-ufyicvb925rocwrj
Merged stubborn-refactor and ltl engine

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>Query Comment/Name Here</id>
 
6
    <description>Query Comment/Name Here</description>
 
7
    <formula>
 
8
      <all-paths>
 
9
        <finally>
 
10
          <integer-eq>
 
11
            <tokens-count>
 
12
              <place>P1</place>
 
13
            </tokens-count>
 
14
            <integer-constant>4</integer-constant>
 
15
          </integer-eq>
 
16
        </finally>
 
17
      </all-paths>
 
18
    </formula>
 
19
  </property>
 
20
  <property>
 
21
    <id>Query Comment/Name Here</id>
 
22
    <description>Query Comment/Name Here</description>
 
23
    <formula>
 
24
      <all-paths>
 
25
        <globally>
 
26
          <integer-eq>
 
27
            <tokens-count>
 
28
              <place>P1</place>
 
29
            </tokens-count>
 
30
            <integer-constant>1</integer-constant>
 
31
          </integer-eq>
 
32
        </globally>
 
33
      </all-paths>
 
34
    </formula>
 
35
  </property>
 
36
  <property>
 
37
    <id>Query Comment/Name Here</id>
 
38
    <description>Query Comment/Name Here</description>
 
39
    <formula>
 
40
      <all-paths>
 
41
        <finally>
 
42
          <integer-eq>
 
43
            <tokens-count>
 
44
              <place>P0</place>
 
45
            </tokens-count>
 
46
            <integer-constant>2</integer-constant>
 
47
          </integer-eq>
 
48
        </finally>
 
49
      </all-paths>
 
50
    </formula>
 
51
  </property>
 
52
</property-set>