~tapaal-ltl/verifypn/scc-optimise

« back to all changes in this revision

Viewing changes to test_models/abp-test008/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>abp-test008.FALSE-1</id>
 
6
    <description>abp-test008.FALSE-1</description>
 
7
    <formula>
 
8
      <all-paths>
 
9
        <globally>
 
10
          <conjunction>
 
11
            <integer-ge>
 
12
              <tokens-count>
 
13
                <place>P1</place>
 
14
              </tokens-count>
 
15
              <integer-constant>1</integer-constant>
 
16
            </integer-ge>
 
17
            <integer-ge>
 
18
              <tokens-count>
 
19
                <place>P4</place>
 
20
              </tokens-count>
 
21
              <integer-constant>1</integer-constant>
 
22
            </integer-ge>
 
23
          </conjunction>
 
24
        </globally>
 
25
      </all-paths>
 
26
    </formula>
 
27
  </property>
 
28
  <property>
 
29
    <id>abp-test008.TRUE-2</id>
 
30
    <description>abp-test008.TRUE-2</description>
 
31
    <formula>
 
32
      <all-paths>
 
33
        <globally>
 
34
          <disjunction>
 
35
            <integer-ge>
 
36
              <tokens-count>
 
37
                <place>P1</place>
 
38
              </tokens-count>
 
39
              <integer-constant>1</integer-constant>
 
40
            </integer-ge>
 
41
            <integer-ge>
 
42
              <tokens-count>
 
43
                <place>P4</place>
 
44
              </tokens-count>
 
45
              <integer-constant>1</integer-constant>
 
46
            </integer-ge>
 
47
            <integer-ge>
 
48
              <tokens-count>
 
49
                <place>P0</place>
 
50
              </tokens-count>
 
51
              <integer-constant>0</integer-constant>
 
52
            </integer-ge>
 
53
          </disjunction>
 
54
        </globally>
 
55
      </all-paths>
 
56
    </formula>
 
57
  </property>
 
58
</property-set>