Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Contracts/DFCC: split conjunctions in loop invariants #8458

Merged

Commits on Sep 17, 2024

  1. Contracts/DFCC: split conjunctions in loop invariants

    Emitting one assertion (and assumption) per conjunct simplifies
    debugging when proving a loop invariant fails. It also appears to
    improve performance when using Bitwuzla, taking one example from more
    than 30 minutes down to 8 seconds. On the same example, performance
    using Z3 was not substantially different.
    tautschnig committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    eb5466d View commit details
    Browse the repository at this point in the history