~tapaal-ltl/verifypn/scc-optimise

« back to all changes in this revision

Viewing changes to test_models/error-conjunction-reducer-test002/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>error-conjunction-reducer-test002.TRUE-1</id>
 
6
    <description>error-conjunction-reducer-test002.TRUE-1</description>
 
7
    <formula>
 
8
      <exists-path>
 
9
        <finally>
 
10
          <negation>
 
11
            <disjunction>
 
12
              <is-fireable>
 
13
                <transition>t1</transition>
 
14
              </is-fireable>
 
15
              <conjunction>
 
16
                <negation>
 
17
                  <is-fireable>
 
18
                    <transition>t18</transition>
 
19
                  </is-fireable>
 
20
                </negation>
 
21
                <is-fireable>
 
22
                  <transition>t18</transition>
 
23
                </is-fireable>
 
24
              </conjunction>
 
25
            </disjunction>
 
26
          </negation>
 
27
        </finally>
 
28
      </exists-path>
 
29
    </formula>
 
30
  </property>
 
31
  <property>
 
32
    <id>error-conjunction-reducer-test002.FALSE-2</id>
 
33
    <description>error-conjunction-reducer-test002.FALSE-2</description>
 
34
    <formula>
 
35
      <all-paths>
 
36
        <globally>
 
37
          <disjunction>
 
38
            <is-fireable>
 
39
              <transition>t4</transition>
 
40
            </is-fireable>
 
41
            <disjunction>
 
42
              <negation>
 
43
                <negation>
 
44
                  <is-fireable>
 
45
                    <transition>t1</transition>
 
46
                  </is-fireable>
 
47
                </negation>
 
48
              </negation>
 
49
              <negation>
 
50
                <negation>
 
51
                  <is-fireable>
 
52
                    <transition>t5</transition>
 
53
                  </is-fireable>
 
54
                </negation>
 
55
              </negation>
 
56
            </disjunction>
 
57
          </disjunction>
 
58
        </globally>
 
59
      </all-paths>
 
60
    </formula>
 
61
  </property>
 
62
</property-set>