Skip to content

Add support for UNSAT core to the OpenSMT backend#375

Merged
kfriedberger merged 14 commits into
masterfrom
add-unsat-core-opensmt
May 19, 2024
Merged

Add support for UNSAT core to the OpenSMT backend#375
kfriedberger merged 14 commits into
masterfrom
add-unsat-core-opensmt

Conversation

@daniel-raffler

Copy link
Copy Markdown
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.

@kfriedberger kfriedberger left a comment

Copy link
Copy Markdown
Member

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
@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