~tapaal-ltl/verifypn/scc-optimise

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<property-set xmlns="http://tapaal.net/">
  
  <property>
    <id>discrete-test001.FALSE-1</id>
    <description>discrete-test001.FALSE-1</description>
    <formula>
      <exists-path>
        <finally>
          <integer-eq>
            <tokens-count>
              <place>P0</place>
            </tokens-count>
            <integer-constant>0</integer-constant>
          </integer-eq>
        </finally>
      </exists-path>
    </formula>
  </property>
  <property>
    <id>discrete-test001.TRUE-2</id>
    <description>discrete-test001.TRUE-2</description>
    <formula>
      <all-paths>
        <globally>
          <conjunction>
            <integer-gt>
              <tokens-count>
                <place>P0</place>
              </tokens-count>
              <integer-constant>0</integer-constant>
            </integer-gt>
            <disjunction>
              <integer-eq>
                <tokens-count>
                  <place>P0</place>
                </tokens-count>
                <integer-constant>0</integer-constant>
              </integer-eq>
              <true/>
            </disjunction>
          </conjunction>
        </globally>
      </all-paths>
    </formula>
  </property>
</property-set>