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

Fix bug with Iff elimination. #123

Merged
merged 1 commit into from
Jul 12, 2024
Merged

Conversation

abdoo8080
Copy link
Collaborator

The rewrite tactic we use to eliminate Iff does not work properly inside quantifiers (as in #121). This PR changes Iff elimination to use simp instead. This PR also optimizes the code to avoid executing the tactic if it's not needed.

@abdoo8080 abdoo8080 merged commit b332ae4 into ufmg-smite:main Jul 12, 2024
2 checks passed
mhk119 pushed a commit to mhk119/lean-smt that referenced this pull request Jul 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant