Skip to content

Releases: uuverifiers/eldarica

Eldarica 2.0.2

20 Nov 13:59
Compare
Choose a tag to compare

This is another maintenance release, mostly with bugfixes and a couple of optimisations.

Eldarica 2.0.1

24 Jul 21:41
Compare
Choose a tag to compare

Mostly a maintenance release, including several bugfixes and update to Princess 2019-07-24.
This will probably be the last Eldarica version with built-in C front-end, since the front-end has been moved to the separate tool TriCera, https://github.com/uuverifiers/tricera.

Eldarica 2.0

28 Feb 15:51
Compare
Choose a tag to compare

This is Eldarica version 2.0.

Compared to version 1, the functionality of Eldarica has been extended significantly. There is now support for Horn clauses and C programs over bit-vectors, and support for Horn clauses over algebraic data-types. The preprocessor has been improved and extended, and Horn clauses over arrays do not require explicitly specified quantifiers any more.

Version 2.0-alpha3

09 Aug 10:05
Compare
Choose a tag to compare

A couple of further bugfixes and improvements.

Second Alpha Release of 2.0

29 May 10:23
Compare
Choose a tag to compare

Various bugfixes and improvements, among others an SMT-LIB parser for bit-vector problems.

First alpha version of the upcoming Eldarica 2.0

30 Jan 21:44
Compare
Choose a tag to compare

We are currently working on Eldarica version 2.0, which will feature, among others, support for algebraic data types and bit-vectors. This alpha release gives a first preview. Examples of new functionality are provided in the directory regression-tests/horn-adt.

A binary that should work on any platform with JVM (version >= 1.8) is attached.

Release 1.3

21 Apr 11:52
Compare
Choose a tag to compare

Time for a new release. Eldarica has seen substantial updates since the last release 1.2-rc, including support for timed and parameterised models in the C parser, a new preprocessor framework, and proper reconstruction of solutions and counterexamples. Various bugs have been fixed as well (and probably a couple of new bugs added).

Release candidate for 1.2

19 Nov 10:12
Compare
Choose a tag to compare
Pre-release

A release candidate generated from the "concurrency" branch, which includes a simple (currently quite restricted) front-end for C programs, and a better framework for encoding concurrent systems as Horn clauses. Examples are given in the directory regression-tests/horn-hcc.

Release candidate for 1.1

08 Nov 17:36
Compare
Choose a tag to compare
Pre-release

This version has two main new features: support for arrays and quantifiers in Horn clauses, and a file format and parser for providing initial CEGAR predicates and templates for Craig interpolation. Examples for both features are in the directory regression-tests/horn-quantifiers.

Release candidate for 1.0

21 Aug 08:59
Compare
Choose a tag to compare
Pre-release

First release after moving Eldarica development to github.
Eldarica should be fairly stable at this point and useful for various analysis tasks.