-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Egraph: Avoid unnecessary mkNot calls
This is just a tiny optimization to avoid some calls to Logic::mkNot. Instead of storing information for the negated terms, we can store the same information for the positive term and then we do not need to lookup the negated term first.
- Loading branch information
Martin Blicha
committed
Mar 25, 2023
1 parent
e42309c
commit 4af8fa2
Showing
2 changed files
with
6 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
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