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
Currently it is possible for z3 (and maybe other SMT solvers) to
return a satisfiability result of "unknown". At the moment this is
treated as an ERROR outcome in cbmc. This commit changes the
error message handling to output why the result was ERROR by
reporting the "unknown" satisfiability result.
0 commit comments