Skip to content

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