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
HOTFIX re-introduce indeterminate result for checkPredicates instead of exceptions (#3908)
* Re-introduces the 'indeterminate' result for checkPredicates, and
returns that on inconsistent ground truth.
* In the rewrite, aborts on `SMTSolverUnknown` when checking requires
clauses, but throws actual exceptions (terminating the request) on other
SMT errors (translation error, general error).
Follow-up to #3907
0 commit comments