mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
12 lines
401 B
Plaintext
12 lines
401 B
Plaintext
Warning: BMC: Assertion violation happens here.
|
|
--> model_checker_bmc_loop_iterations/input.sol:10:3:
|
|
|
|
|
10 | assert(x == 3);
|
|
| ^^^^^^^^^^^^^^
|
|
Note: Counterexample:
|
|
x = 2
|
|
|
|
Note: Callstack:
|
|
Note: False negatives are possible when unrolling loops.
|
|
This is due to the possibility that the BMC loop iteration setting is smaller than the actual number of iterations needed to complete a loop.
|