You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
dune exec --release -- alt-ergo --frontend=legacy --sat-solver=Tableaux --interpretation=last -t 2 -o smtlib2 tests/arith/testfile-arith028.ae
Done: 99% (873/875, 2 left) (jobs: 1)[FunSat]
It seems that no model has been computed so far.
You may need to change your model generation strategy
or to increase your timeout.
; [Warning] Timeout
;
This should be unknown, not timeout (also the smtlib2 output option is not respected).
The text was updated successfully, but these errors were encountered:
FixesOCamlPro#704
Note that this doesn't really fix the issue with smtlib2
tests/arith/testfile-arith028.ae because we display "timeout" instead of
"unknown", but at least we respect the output format now.
…722)
Fixes#704
Note that this doesn't really fix the issue with smtlib2
tests/arith/testfile-arith028.ae because we display "timeout" instead of
"unknown", but at least we respect the output format now.
This should be
unknown
, nottimeout
(also thesmtlib2
output option is not respected).The text was updated successfully, but these errors were encountered: