~tapaal-ltl/verifypn/scc-optimise

« back to all changes in this revision

Viewing changes to test_models/deadlock-test003/query.xml

  • Committer: srba.jiri at gmail
  • Date: 2020-09-11 14:23:39 UTC
  • mfrom: (213.1.151 interval_tar)
  • Revision ID: srba.jiri@gmail.com-20200911142339-bq9328s1gppw24uj
merged in lp:~verifypn-maintainers/verifypn/interval_tar doing 
- Implements TAR w/o z3, but using a simple integer inference engine for Hoare logic.
 - Replaces LP-Solve with GLPK, reduces computation-time and memory overhead
 - Implements new global properties, translated into CTL formulae.

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>deadlock-test003.TRUE-1</id>
 
6
    <description>deadlock-test003.TRUE-1</description>
 
7
    <formula>
 
8
      <all-paths>
 
9
        <finally>
 
10
          <conjunction>
 
11
            <integer-eq>
 
12
              <tokens-count>
 
13
                <place>WorkflowNet1_out</place>
 
14
              </tokens-count>
 
15
              <integer-constant>1</integer-constant>
 
16
            </integer-eq>
 
17
            <integer-eq>
 
18
              <tokens-count>
 
19
                <place>WorkflowNet2_out</place>
 
20
              </tokens-count>
 
21
              <integer-constant>1</integer-constant>
 
22
            </integer-eq>
 
23
          </conjunction>
 
24
        </finally>
 
25
      </all-paths>
 
26
    </formula>
 
27
  </property>
 
28
  <property>
 
29
    <id>deadlock-test003.TRUE-2</id>
 
30
    <description>deadlock-test003.TRUE-2</description>
 
31
    <formula>
 
32
      <exists-path>
 
33
        <finally>
 
34
          <deadlock/>
 
35
        </finally>
 
36
      </exists-path>
 
37
    </formula>
 
38
  </property>
 
39
  <property>
 
40
    <id>deadlock-test003.FALSE-3</id>
 
41
    <description>deadlock-test003.FALSE-3</description>
 
42
    <formula>
 
43
      <exists-path>
 
44
        <finally>
 
45
          <conjunction>
 
46
            <deadlock/>
 
47
            <disjunction>
 
48
              <integer-lt>
 
49
                <tokens-count>
 
50
                  <place>WorkflowNet1_out</place>
 
51
                </tokens-count>
 
52
                <integer-constant>0</integer-constant>
 
53
              </integer-lt>
 
54
              <integer-lt>
 
55
                <tokens-count>
 
56
                  <place>WorkflowNet2_out</place>
 
57
                </tokens-count>
 
58
                <integer-constant>1</integer-constant>
 
59
              </integer-lt>
 
60
            </disjunction>
 
61
          </conjunction>
 
62
        </finally>
 
63
      </exists-path>
 
64
    </formula>
 
65
  </property>
 
66
</property-set>