Skip to content

Commit 384c20f

Browse files
committed
Release 0.10
New features: - array abstract domain (--arrays) - new loop unwinding for heap-manipulating programs (allows k-induction) - rebase to CBMC 5.61 - removed necessity of the symbolic paths domain for heap analysis - various bug fixes
1 parent 758ce83 commit 384c20f

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ Releases
4242

4343
Download using `git clone http://github.com/diffblue/2ls; cd 2ls; git checkout 2ls-x.y`
4444

45+
* [2LS 0.10](http://github.com/diffblue/2ls/releases/tag/2ls-0.10) (01/2023)
4546
* [2LS 0.9](http://github.com/diffblue/2ls/releases/tag/2ls-0.9) (03/2020)
4647
* [2LS 0.8](http://github.com/diffblue/2ls/releases/tag/2ls-0.8) (11/2019)
4748
* [2LS 0.7](http://github.com/diffblue/2ls/releases/tag/2ls-0.7) (08/2018)
@@ -101,6 +102,10 @@ Since release 0.7:
101102
* Heap abstract domain with intervals or zones: --heap-[intervals|zones]
102103
* Heap abstract domain with intervals or zones and loop paths: --heap-[intervals|zones] --sympath
103104

105+
Since release 0.10:
106+
107+
* Array abstract domain: --arrays
108+
104109
Interprocedural Termination Analysis
105110
====================================
106111

src/2ls/version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ Author: Peter Schrammel
1212
#ifndef CPROVER_2LS_2LS_VERSION_H
1313
#define CPROVER_2LS_2LS_VERSION_H
1414

15-
#define TWOLS_VERSION "0.9.6"
15+
#define TWOLS_VERSION "0.10.0"
1616

1717
#endif

0 commit comments

Comments
 (0)