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

Setting solver timeouts #104

Closed
bruderj15 opened this issue Sep 10, 2024 · 0 comments · Fixed by #105
Closed

Setting solver timeouts #104

bruderj15 opened this issue Sep 10, 2024 · 0 comments · Fixed by #105
Labels
enhancement New feature or request

Comments

@bruderj15
Copy link
Owner

Unfortunately the SMTLib Standard version 2.6 does not specify an option timeout.
Some solvers like Z3 do:

; time in millis
(set-option :timeout 10000)

However, most unfortunately do not (yet): usi-verification-and-security/opensmt#766

We may just have Haskell handle this.
At best something like:

setTimeout :: MonadSMT s m => Int -> m ()
@bruderj15 bruderj15 added the enhancement New feature or request label Sep 10, 2024
bruderj15 added a commit that referenced this issue Sep 12, 2024
@bruderj15 bruderj15 linked a pull request Sep 12, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant