-
Notifications
You must be signed in to change notification settings - Fork 262
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
- Loading branch information
1 parent
5002f3b
commit b47bb51
Showing
1 changed file
with
30 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters