mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
51 lines
1016 B
Plaintext
51 lines
1016 B
Plaintext
Warning: CHC: Assertion violation might happen here.
|
|
--> model_checker_timeout_all/input.sol:6:3:
|
|
|
|
|
6 | assert(x > 0);
|
|
| ^^^^^^^^^^^^^
|
|
|
|
Warning: CHC: Assertion violation might happen here.
|
|
--> model_checker_timeout_all/input.sol:7:3:
|
|
|
|
|
7 | assert(x > 2);
|
|
| ^^^^^^^^^^^^^
|
|
|
|
Warning: CHC: Assertion violation might happen here.
|
|
--> model_checker_timeout_all/input.sol:8:3:
|
|
|
|
|
8 | assert(x > 4);
|
|
| ^^^^^^^^^^^^^
|
|
|
|
Warning: BMC: Assertion violation happens here.
|
|
--> model_checker_timeout_all/input.sol:6:3:
|
|
|
|
|
6 | assert(x > 0);
|
|
| ^^^^^^^^^^^^^
|
|
Note: Counterexample:
|
|
x = 0
|
|
|
|
Note: Callstack:
|
|
Note:
|
|
|
|
Warning: BMC: Assertion violation happens here.
|
|
--> model_checker_timeout_all/input.sol:7:3:
|
|
|
|
|
7 | assert(x > 2);
|
|
| ^^^^^^^^^^^^^
|
|
Note: Counterexample:
|
|
x = 1
|
|
|
|
Note: Callstack:
|
|
Note:
|
|
|
|
Warning: BMC: Assertion violation happens here.
|
|
--> model_checker_timeout_all/input.sol:8:3:
|
|
|
|
|
8 | assert(x > 4);
|
|
| ^^^^^^^^^^^^^
|
|
Note: Counterexample:
|
|
x = 3
|
|
|
|
Note: Callstack:
|
|
Note:
|