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

Fixes for unsat core production #98

Merged
merged 2 commits into from
Jun 24, 2024
Merged

Conversation

HanielB
Copy link
Member

@HanielB HanielB commented Jun 24, 2024

Previously the support for unsat cores was using the wrong API call (getUnsatAssumptions rather than getUnsatCore). This PR fixes this and adapts the example.

It also fixes an issue that quantified formulas in the core would not be printed correctly (we cannot use BoolRef for all the entries in the core).

Copy link
Member

@alex-ozdemir alex-ozdemir left a comment

Choose a reason for hiding this comment

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

Looks great!

@alex-ozdemir alex-ozdemir merged commit ed25955 into cvc5:main Jun 24, 2024
1 check passed
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.

2 participants