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

Add Boolean overloads: &, |, ^, ~ #103

Merged
merged 8 commits into from
Jan 6, 2025
Merged

Conversation

alex-ozdemir
Copy link
Member

@alex-ozdemir alex-ozdemir commented Dec 12, 2024

Adds some new Boolean operators, to partially address #102.

Fixes some broken proof tests along the way.

fixes #102

@alex-ozdemir alex-ozdemir changed the title Fix 102 Add Boolean overloads: &, |, ^, ~ Dec 12, 2024
@alex-ozdemir alex-ozdemir requested a review from HanielB December 12, 2024 18:20
@alex-ozdemir alex-ozdemir mentioned this pull request Dec 12, 2024
3 tasks
Copy link
Member

@HanielB HanielB left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me, just a minor comment

6
"""
if not isinstance(t, ExprRef):
raise TypeError("Can only evaluation `ExprRef`s")
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

typo

@alex-ozdemir alex-ozdemir merged commit a2a3746 into cvc5:main Jan 6, 2025
1 check passed
@alex-ozdemir alex-ozdemir deleted the fix-102 branch January 6, 2025 19:07
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.

More differences with z3 API
2 participants