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
It is a general issue with the qfnia tactic. It uses a SAT solver to check for small models, but this solver may take all resources.
It is not obvious the SAT solver should run first (or at all). I am setting a max-conflict on this to throttle it.
It is generally observed that the SAT tactic can even be removed and the solver then handles more qfnia benchmarks.
Fine tuning and experimentation with how to optimize tactic use or harness the SAT backend is more effort than adding this throttle.
Hi, z3 runs slowly on this instance:
while cvc5 can solve it immediately.
The text was updated successfully, but these errors were encountered: