Replies: 1 comment
-
Hi. Sorry, I did not keep an eye on the questions here. This is a new feature to me :). |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The loop invariant
invariant xxx
will be transferred into the form ofassert XXX
in the smack-generated boogie code (from c code). I wonder the form of free loop invariantfree invariant XXX
in the smack-generated boogie code.Beta Was this translation helpful? Give feedback.
All reactions