Move CHC counterexamples to primary location

This commit is contained in:
Leonardo Alt
2020-12-09 19:55:18 +01:00
parent d75821e068
commit 3c142e0e94
446 changed files with 753 additions and 664 deletions
@@ -1,9 +1,5 @@
Warning: CHC: Assertion violation happens here.
--> model_checker_engine_chc/input.sol:6:3:
|
6 | assert(x > 0);
| ^^^^^^^^^^^^^
Note: Counterexample:
Counterexample:
x = 0
@@ -11,3 +7,7 @@ x = 0
Transaction trace:
constructor()
f(0)
--> model_checker_engine_chc/input.sol:6:3:
|
6 | assert(x > 0);
| ^^^^^^^^^^^^^