~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
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<property-set xmlns="http://tapaal.net/">
  
  <property>
    <id>deadlock-test019.TRUE-1</id>
    <description>deadlock-test019.TRUE-1</description>
    <formula>
      <exists-path>
        <finally>
          <conjunction>
            <integer-eq>
              <tokens-count>
                <place>P3</place>
              </tokens-count>
              <integer-constant>1</integer-constant>
            </integer-eq>
            <negation>
              <deadlock/>
            </negation>
          </conjunction>
        </finally>
      </exists-path>
    </formula>
  </property>
</property-set>