Skip to content

Releases: abdoo8080/cvc5

latest

17 Oct 15:02
Compare
Choose a tag to compare

Latest builds

8cfac8f

16 Dec 07:45
8cfac8f
Compare
Choose a tag to compare
8cfac8f Pre-release
Pre-release
Generalize elaboration for quant prenex to handle nested cases (#11450)

The elaboration for MACRO_QUANT_PRENEX was incomplete since it did not
handle cases where prenexing was done in nested cases, e.g. `(forall x
(or (and (forall y P) Q) R) ---> (forall xy (or (and P Q) R))`.

This makes the elaboration take this into account, making use of the new
miniscoping rules.

cvc5

17 Oct 16:45
0c47c16
Compare
Choose a tag to compare
cvc5 Pre-release
Pre-release
v0.0.1

Add missing internal-to-external mapping for BITVECTOR_BIT. (#10960)