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 does caqe extract the assignment of the first quantifier block after bloqqer preprocessing? #21

Open
hharryyf opened this issue Dec 11, 2024 · 0 comments

Comments

@hharryyf
Copy link

Hi, I'm working on an encoding that requires me to 1) find the satisfiability of a QBF, 2) find the assignment of the outermost existential block when the formula is SAT. I observe that the combination of bloqqer and caqe is the most efficient. However, bloqqer preprocessing will eliminate some variables in the outermost quantifier block which makes finding the partial assignment very difficult. I tried the --partial-assignment=1 option in bloqqer, but it seems like even with that flag set to 1, some variables in the outermost quantifier block are still eliminated.
I think caqe has a --preprocessor=bloqqer --qdo option, but it does not work if I build caqe normally. It says bloqqer cannot be activated. May I ask how does caqe extract the assignment of the outermost quantifier block of the original QBF after bloqqer preprocessing? Or is there a way to activate the --preprocessor=bloqqer --qdo option?

Thanks.

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

1 participant