-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove nested rewrite calls during preRewrite from arrays rewriter (c…
…vc5#11402) Invoking the rewriter as an oracle at preRewrite leads to several unintuitive proof holes from THEORY_ARRAYS, where we are reasoning about the equivalence of unrewritten ITE terms. It also seems to be bad from a performance perspective, as it is making a nested call to the rewriter (e.g. for checking equality of indices).
- Loading branch information
Showing
2 changed files
with
18 additions
and
17 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
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