Replies: 2 comments
|
Thanks, @MarkAA-uw. I agree with you. This PR #6103 should improve this error message. |
0 replies
|
@lucasccordeiro - |
0 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.
The error message when
--base-k-step==--max-k-stepis a bit confusing:ERROR: Please specify --base-k-step smaller than max-k-step if you want to use incremental verification.It would be helpful if it said "smaller than max-k-step - 1", and I think the "if you want to use incremental verification" could be dropped, because it could be confused with
--incremental-bmc.Command line:
esbmc --loop-invariant --base-k-step 2 --max-k-step 2 while-inc1-3.cpp-mark
All reactions