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
Hi, I wonder will boogie give the false alarm like, report assert(e) might not hold while infact e is true?
And what is the complete truth of the boogie analysis result? When it report that the program is verified with 0 errors. Does it means that all assert in the program must hold? When run with /errorlimit 0, does it means that boogie will report all possible not hold assert and all left assert must hold?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi, I wonder will boogie give the false alarm like, report assert(e) might not hold while infact e is true?
And what is the complete truth of the boogie analysis result? When it report that the program is verified with 0 errors. Does it means that all assert in the program must hold? When run with /errorlimit 0, does it means that boogie will report all possible not hold assert and all left assert must hold?
Beta Was this translation helpful? Give feedback.
All reactions