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

Supporting timeouts #766

Open
bruderj15 opened this issue Sep 10, 2024 · 3 comments
Open

Supporting timeouts #766

bruderj15 opened this issue Sep 10, 2024 · 3 comments
Labels
enhancement New feature or request priority:low Low priority issue

Comments

@bruderj15
Copy link

Hello there.

Z3 supports setting timeout as an option.

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

Would be cool if the winning solver for QF_LRA and QF_LIA supported this as well.

NB: Congrats on the great result in SMT-COMP 2024!

@blishko
Copy link
Member

blishko commented Sep 10, 2024

Thank you!

Do you strictly need SMT-LIB options, or would a command-line option work as well?
Anyway, this would still require some work, we'll see what we can do. @Tomaqa

@blishko blishko added the enhancement New feature or request label Sep 10, 2024
@bruderj15
Copy link
Author

SMTLib-option would be preferred for unity across solvers.
This screams like someone should propose it for a future SMTLib version.

As this is may take too much effort for you guys, I will let the host-language handle this in my case (Haskell).

Thanks for the fast reply!

@Tomaqa
Copy link
Member

Tomaqa commented Sep 11, 2024

Although it is not a standard option, it sounds reasonable. It is questionable though whether ms is the right unit here.

@Tomaqa Tomaqa added the priority:low Low priority issue label Sep 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request priority:low Low priority issue
Projects
None yet
Development

No branches or pull requests

3 participants