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 Determine the Solver and Options Used by Z3? #7468

Open
rvandoren opened this issue Dec 1, 2024 · 0 comments
Open

How to Determine the Solver and Options Used by Z3? #7468

rvandoren opened this issue Dec 1, 2024 · 0 comments

Comments

@rvandoren
Copy link

Hi,
I have a question regarding the solvers and default options used by Z3 when verifying SMT files. Is there an option or command in Z3 that outputs the solver type and default solver options being used?
For instance, if I specify "incremental" optimization parameter, does it automatically configure Z3 to use an incremental solver? Or, in this case, is it still necessary to explicitly add a push statement in the SMT file to enable incremental solving?
Thank you in advance!

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