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

[FEATURE] UNSAT Verification #116

Open
hadarshavit opened this issue Dec 3, 2024 · 1 comment
Open

[FEATURE] UNSAT Verification #116

hadarshavit opened this issue Dec 3, 2024 · 1 comment

Comments

@hadarshavit
Copy link
Member

Is your feature request related to a problem? Please describe.
N / A
Describe the solution you'd like
Currently, sparkle has functionality to verify SAT results. However, in recent years, UNSAT verification is mandatory in SAT Competitions. Add an option in sparkle to verify UNSAT proofs.

Describe alternatives you've considered
Not verifying UNSAT proofs. Some users might be interested in UNSAT proofs as well as they are increasingly becoming "part of SAT solving"

Additional context
https://satcompetition.github.io/2024/output.html (Certificates of Unsatisfiablity section)

@thijssnelleman
Copy link
Contributor

Agreed, currently present in Sparkle settings file but this makes no sense. Should be present on Solver level, s.t. the verifier is always given when a solver is loaded. Would also allow for different verifiers in different solvers if needed. Will try to add in tomorrow

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

No branches or pull requests

2 participants