~tapaal-ltl/verifypn/scc-optimise

« back to all changes in this revision

Viewing changes to test_models/lightcross-text001/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>lightcross-text001.FALSE-1</id>
 
6
    <description>lightcross-text001.FALSE-1</description>
 
7
    <formula>
 
8
      <all-paths>
 
9
        <globally>
 
10
          <negation>
 
11
            <conjunction>
 
12
              <integer-ge>
 
13
                <tokens-count>
 
14
                  <place>R1</place>
 
15
                </tokens-count>
 
16
                <integer-constant>1</integer-constant>
 
17
              </integer-ge>
 
18
              <integer-ge>
 
19
                <tokens-count>
 
20
                  <place>R2</place>
 
21
                </tokens-count>
 
22
                <integer-constant>1</integer-constant>
 
23
              </integer-ge>
 
24
            </conjunction>
 
25
          </negation>
 
26
        </globally>
 
27
      </all-paths>
 
28
    </formula>
 
29
  </property>
 
30
  <property>
 
31
    <id>lightcross-text001.FALSE-2</id>
 
32
    <description>lightcross-text001.FALSE-2</description>
 
33
    <formula>
 
34
      <all-paths>
 
35
        <globally>
 
36
          <negation>
 
37
            <negation>
 
38
              <conjunction>
 
39
                <integer-eq>
 
40
                  <tokens-count>
 
41
                    <place>G1</place>
 
42
                  </tokens-count>
 
43
                  <integer-constant>1</integer-constant>
 
44
                </integer-eq>
 
45
                <integer-eq>
 
46
                  <tokens-count>
 
47
                    <place>G2</place>
 
48
                  </tokens-count>
 
49
                  <integer-constant>1</integer-constant>
 
50
                </integer-eq>
 
51
              </conjunction>
 
52
            </negation>
 
53
          </negation>
 
54
        </globally>
 
55
      </all-paths>
 
56
    </formula>
 
57
  </property>
 
58
  <property>
 
59
    <id>lightcross-text001.TRUE-3</id>
 
60
    <description>lightcross-text001.TRUE-3</description>
 
61
    <formula>
 
62
      <all-paths>
 
63
        <globally>
 
64
          <negation>
 
65
            <conjunction>
 
66
              <integer-ge>
 
67
                <tokens-count>
 
68
                  <place>GU1</place>
 
69
                </tokens-count>
 
70
                <integer-constant>1</integer-constant>
 
71
              </integer-ge>
 
72
              <integer-ge>
 
73
                <tokens-count>
 
74
                  <place>GU2</place>
 
75
                </tokens-count>
 
76
                <integer-constant>1</integer-constant>
 
77
              </integer-ge>
 
78
            </conjunction>
 
79
          </negation>
 
80
        </globally>
 
81
      </all-paths>
 
82
    </formula>
 
83
  </property>
 
84
</property-set>