-
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.
Simplify and fix computation of free assumptions (cvc5#10660)
The previous version cached visited independent of context, which would lead to a proof node being skipped in a "free" context when it had already been visited in a bound context. This led to incorrect unsat cores in a development branch for one regression.
- Loading branch information
Showing
2 changed files
with
21 additions
and
69 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