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 support for UNSAT core to the OpenSMT backend #375

Merged
merged 14 commits into from
May 19, 2024

Conversation

daniel-raffler
Copy link
Contributor

Hello,
this pull request adds support for the new method MainSolver.getUnsatCore() to our JavaSMT backend for OpenSMT. The feature is still experimental in OpenSMT and so far only the logics QF_UF, QF_LIA and QF_LRA are supported. More details can be found here.

@daniel-raffler daniel-raffler linked an issue May 2, 2024 that may be closed by this pull request
…acks support for unsat core in its more general logics."

This reverts commit 744c261.
Copy link
Member

@kfriedberger kfriedberger left a comment

Choose a reason for hiding this comment

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

The code looks good. however, I have not yet tested it.

Who will compile and publish the new version of OpenSMT infor our Ivy and Maven?


UPDATE after waiting a week:
I will compile and publish OpenSMT to Ivy and Maven repositories.

@kfriedberger kfriedberger merged commit 1c002b6 into master May 19, 2024
3 checks passed
@kfriedberger kfriedberger deleted the add-unsat-core-opensmt branch May 19, 2024 11:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

Add support for unsat core to the OpenSMT backend
2 participants