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
I think in general the cli option should be more abstract and indicate whether the user want to guarantee the absence of bugs or quickly find one (verifier vs bug-finder )
I'll just throw in my two cents. I generally prefer over-approximating analyses, meaning they might report bugs even when none exist. So here, perhaps the default behaviour should be to always report Unknown solver queries as potential failures. This way, we don't compromise on soundness.
Thus, the option would be the other way around: --no-fail-on-unknown, making Owi more complete but less sound.
instead of simply not exploring the path (in symbolic choice)
it never happened AFAIK but as a future-proof check
The text was updated successfully, but these errors were encountered: