File tree Expand file tree Collapse file tree 3 files changed +20
-8
lines changed Expand file tree Collapse file tree 3 files changed +20
-8
lines changed Original file line number Diff line number Diff line change 1
- v1.2 2019/01/23 (remove ppl dependecy at this level)
2
- - invariants and all nodeproperties are now independent from ppl.
1
+ v1.3 2020/06/04
2
+ - non-termination reachability
3
+ - allowing C as entry
4
+ - renaming a parameter
5
+ - optimizing close walks
6
+ - sampling non-deterministic variables
7
+ - give properties of nodes through a different file
8
+ v1.2.1 2019/06/09
9
+ - variables domain via parameter
10
+ - smt2 as output format
11
+ - close walks
12
+ - analyse non determinism of close walks
13
+ v1.2 2019/01/23 (remove ppl dependency at this level)
14
+ - invariants and all node-properties are now independent from ppl.
3
15
- all the algorithms are now independent from ppl.
4
16
- minor other improvements.
5
17
- pep8.
6
18
v1.1 2018/12/19
7
19
- check assertions of cfgs and refined cfgs
8
20
- properties of projection are computed now on python side
9
21
- remove no important variables has been moved.
10
- - partialevaluation now can handle simple sccs calling "prepare" first.
11
- - analyse termination and nontermination in one single call.
22
+ - partial-evaluation now can handle simple sccs calling "prepare" first.
23
+ - analyse termination and non-termination in one single call.
12
24
- three possible strategies to apply CFR. After, at scc level and Before.
13
25
- algorithm to compute nodes on the way to a set of nodes.
14
- - 'print-graphs' argument to print the fc and svg of the cfg and their correspoinding refined graphs.
26
+ - 'print-graphs' argument to print the fc and svg of the cfg and their corresponding refined graphs.
15
27
v0.5 2018/10/02
16
28
17
29
v0.2 2018/09/19
Original file line number Diff line number Diff line change 10
10
11
11
dependency_links = [
12
12
'git+https://github.com/jesusjda/pplpy.git#egg=pplpy-0.7.1' ,
13
- 'git+https://github.com/jesusjda/pyLPi.git#egg=pyLPi-1.0 ' ,
14
- 'git+https://github.com/jesusjda/pyParser.git#egg=genericparser-1.0 '
13
+ 'git+https://github.com/jesusjda/pyLPi.git#egg=pyLPi' ,
14
+ 'git+https://github.com/jesusjda/pyParser.git#egg=genericparser'
15
15
]
16
16
17
17
ter_dir = os .path .join (base , 'termination' )
Original file line number Diff line number Diff line change 1
- 1.2.1
1
+ 1.3
You can’t perform that action at this time.
0 commit comments