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

Make SMT timeout increase strategy configurable #3910

Open
geo2a opened this issue May 31, 2024 · 0 comments
Open

Make SMT timeout increase strategy configurable #3910

geo2a opened this issue May 31, 2024 · 0 comments

Comments

@geo2a
Copy link
Collaborator

geo2a commented May 31, 2024

In a recent PR, we have changed the SMT retries logic in Kore to scale the timeout exponentially.

When combined with the work to empower the simplifications Booster by using the SMT solver there as well, this leads to very long queries that still result in Unknown in Kore.

In order to have finer control, we need to introduce a command-line option that would allow to configure the scaling strategy:

  • --smt-timeout-scaling linear will use the factors 2, 3, 4, ...
  • --smt-timeout-scaling exp will use the factors 2, 4, 8, ...
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