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

Support timelimit on Windows #1201

Open
Halbaroth opened this issue Aug 8, 2024 · 1 comment
Open

Support timelimit on Windows #1201

Halbaroth opened this issue Aug 8, 2024 · 1 comment
Labels
windows Relates to Windows support
Milestone

Comments

@Halbaroth
Copy link
Collaborator

We do not support timelimit and :reproducible-resource-limit on Windows because our implementation relies on Unix signals. We should support them using GC alarms as it does in Dolmen.

@Halbaroth Halbaroth added the windows Relates to Windows support label Aug 8, 2024
@Halbaroth Halbaroth added this to the 2.7.0 milestone Aug 8, 2024
@bclement-ocp
Copy link
Collaborator

Note: we should use step bounds for reproducible-resource-limit (but we don't support per-goal step bounds at the moment). As per the SMT-LIB specification it must be guaranteed that running the same code on the same machine with the same reproducible-resource-limit give the same result, so using real time does not actually implement the specification (it is not reproducible).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
windows Relates to Windows support
Projects
None yet
Development

No branches or pull requests

2 participants