Loop invariant inference? #6051
Unanswered
mschwerhoff
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Does Dafny (or Boogie) automatically apply loop invariant inference? Consider the following program:
I remember that Dafny supported CLI option
/noinfer
to disable such inference, but this option doesn't seem to be supported anymore.Is it still possible to disable inference?
Beta Was this translation helpful? Give feedback.
All reactions