Replies: 1 comment 4 replies
|
I've just merged @LukeW1999's PR: #3726. It should fix the issue reported here. Best, |
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I encountered an odd situation where the position of a function call within an invariant body can cause an invariant to fail when it should pass. I found the goto code useful in narrowing down the problem.
In the program below, if the function call to
in_rangeappears in the middle of the invariant expression, the inductive step fails. If the function call appears at the beginning or end of the invariant expression, the inductive step passes.I'm using
c51a6ba7b.-mark
All reactions