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
When verifying the following method, Silicon throws an exception (leading to a "Verification aborted exceptionally" error) and also falsely reports that the refute statement does not hold:
method test()
{
label l0
refute false
goto l0
}
The text was updated successfully, but these errors were encountered:
When verifying the following method, Silicon throws an exception (leading to a "Verification aborted exceptionally" error) and also falsely reports that the
refute
statement does not hold:The text was updated successfully, but these errors were encountered: