Releases: abdoo8080/cvc5
Releases · abdoo8080/cvc5
latest
8cfac8f
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.