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

How to extract Herbrand functions? #18

Open
chrispvm opened this issue Nov 2, 2023 · 3 comments
Open

How to extract Herbrand functions? #18

chrispvm opened this issue Nov 2, 2023 · 3 comments

Comments

@chrispvm
Copy link

chrispvm commented Nov 2, 2023

The CAQE paper describes a procedure for extracting Herbrand functions for a QBF problem. How do we get the CAQE solver to give us these Herbrand functions?

@chrispvm chrispvm changed the title How to extract Herbreand functions? How to extract Herbrand functions? Nov 2, 2023
@ltentrup
Copy link
Owner

ltentrup commented Nov 2, 2023

That’s not possible in the current version of caqe

@chrispvm
Copy link
Author

chrispvm commented Nov 3, 2023 via email

@irfansha
Copy link

irfansha commented Nov 3, 2023

Basically you need to use tools like QBFcert to extract such functions.
You get a trace from solvers like DepQBF, then use such tools to extract the Skolem/Herbrand functions.

The easiest way is to use DQBDD solver
Although it is DQBF solver, you can run your QBF instance and ask for a certificate as an option.
This can be slow compared to DepQBF or CAQE.

Finally, I will leave you with a link to our paper for using such certificates for QBF validation
You can find relevant tools cited in the introduction.
You can also email me if you have more questions.

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

3 participants