SMTChecker 时报 “CHC analysis was not possible”

按照如下链接进行 SMTChecker 验证的时候,报如下提示,需要如何解决? https://learnblockchain.cn/article/3016

❯ solc contracts/LazyCounter.sol --model-checker-engine chc --model-checker-show-unproved Warning: CHC: Assertion violation might happen here. --> contracts/LazyCounter.sol:32:9: | 32 | assert(x >= 0 && x < 8 && y >= 0 && y < 8); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Warning: CHC analysis was not possible. No Horn solver was available. None of the installed solvers was enabled.

请先 登录 后评论

1 个回答

Tiny熊
  擅长:智能合约,以太坊
请先 登录 后评论
  • 1 关注
  • 0 收藏,1754 浏览
  • 我有buff 提出于 2021-10-27 18:57