alt-ergo icon indicating copy to clipboard operation
alt-ergo copied to clipboard

Support timelimit on Windows

Open Halbaroth opened this issue 1 year ago • 1 comments

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 avatar Aug 08 '24 15:08 Halbaroth

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).

bclement-ocp avatar Aug 08 '24 15:08 bclement-ocp