Skip to content

Commit

Permalink
Mention overlappable addition to queriables
Browse files Browse the repository at this point in the history
  • Loading branch information
LeventErkok committed Aug 10, 2024
1 parent c486c20 commit abc1561
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@

* Fix a few custom-floating-point format conversion bugs. Thanks to Sirui Lu for the patch.

* Add a few OVERLAPPABLE pragms to generic Queriable instances to make them easily overridable by
user programs. Thanks to Marco Zocca for reporting.

* Add signedMulOverflow, which checks whether multiplication of two signed-bitvectors can overflow.
SBV already had a method (bvMulO) that served this purpose, translating to the corresponding predicate
in SMTLib. Unfortunately not all solvers support this predicate efficiently. In particular, as of Aug 2024,
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,7 @@ May Torrence,
Daniel Wagner,
Sean Weaver,
Nis Wegmann,
and Jared Ziegler.
Jared Ziegler,
and Marco Zocca.

Thanks!

0 comments on commit abc1561

Please sign in to comment.