We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Unfortunately the SMTLib Standard version 2.6 does not specify an option timeout. Some solvers like Z3 do:
timeout
; 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 ()
The text was updated successfully, but these errors were encountered:
104-timeouts: implemented #104
d0a4eaa
Successfully merging a pull request may close this issue.
Unfortunately the SMTLib Standard version 2.6 does not specify an option
timeout
.Some solvers like Z3 do:
However, most unfortunately do not (yet): usi-verification-and-security/opensmt#766
We may just have Haskell handle this.
At best something like:
The text was updated successfully, but these errors were encountered: