~tapaal-contributor/verifypn/show-reduced-net

« back to all changes in this revision

Viewing changes to test_models/untimed-reductions-mads-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>untimed-reductions-mads-test002.TRUE-1</id>
 
6
    <description>untimed-reductions-mads-test002.TRUE-1</description>
 
7
    <formula>
 
8
      <exists-path>
 
9
        <finally>
 
10
          <deadlock/>
 
11
        </finally>
 
12
      </exists-path>
 
13
    </formula>
 
14
  </property>
 
15
  <property>
 
16
    <id>untimed-reductions-mads-test002.TRUE-2</id>
 
17
    <description>untimed-reductions-mads-test002.TRUE-2</description>
 
18
    <formula>
 
19
      <all-paths>
 
20
        <globally>
 
21
          <disjunction>
 
22
            <integer-eq>
 
23
              <tokens-count>
 
24
                <place>P4</place>
 
25
              </tokens-count>
 
26
              <integer-constant>0</integer-constant>
 
27
            </integer-eq>
 
28
            <integer-lt>
 
29
              <tokens-count>
 
30
                <place>P4</place>
 
31
              </tokens-count>
 
32
              <integer-constant>2</integer-constant>
 
33
            </integer-lt>
 
34
          </disjunction>
 
35
        </globally>
 
36
      </all-paths>
 
37
    </formula>
 
38
  </property>
 
39
</property-set>