Skip to content

Releases: ftsrg/theta

v1.7.0

27 Aug 15:31
e39f3ad
Compare
Choose a tag to compare

This release replaces the internal representation of integers from Java int to BigInteger. Based on some initial benchmarking, this has only a minimal performance penalty, but allows the representation of arbitrary integers (including literals).

v1.6.5

25 Aug 11:48
ea7be30
Compare
Choose a tag to compare

This release resolves some ambiguities when parsing unary/binary + operators. Thanks @as3810t and @radl97!

v1.6.4

25 Aug 11:28
4041373
Compare
Choose a tag to compare

This release adds support for bitvectors and array literals in the ExprWriter utility that is used e.g. for visualization. Thanks @as3810t!

v1.6.3

13 Aug 12:44
Compare
Choose a tag to compare

Small Codacy warning fixes.

v1.6.2

13 Aug 11:08
Compare
Choose a tag to compare

This release improves formatting of array literals on output (e.g., counterexamples).

v1.6.1

12 Aug 11:36
Compare
Choose a tag to compare

This release adds some minor improvements in the Dockerfiles and related scripts

v1.6.0

11 Aug 19:59
Compare
Choose a tag to compare

This release adds an option ALLASSUMES to the --initprec argument of the CFA tool. This option tracks all predicates in assumptions (e.g., branch/loop conditions) from the beginning. Applicable in the predicate domains.

v1.5.1

11 Aug 18:46
Compare
Choose a tag to compare

Fixed a bug related to array literals, that caused an exception if the key and value types did not match (e.g., int to bool array).

v1.5.0

11 Aug 15:35
Compare
Choose a tag to compare

This release adds support to print counterexamples for the STS formalism, and fixes various minor warnings.

v1.4.4

11 Aug 10:52
Compare
Choose a tag to compare

Improve dockerfiles with some best practices.