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
The issue is that hoice attempts to reconstruct predicates as functions during pre-processing. Z3 does not seem to like this at all and loops (seemingly) forever.
You can get an answer on these clauses with the --fun_preds off (hidden) option.
I would not expect hoice/z3 to get stuck on these clauses despite fun_preds, but I would need more time to investigate.
hoice (v1.10.0) gets stuck during pre-processing for the following input:
Log:
It seems
on line 439 of instance/pre_instance.rs gets stuck.
The text was updated successfully, but these errors were encountered: