Can Coq be used (easily) as a model checker?

后端 未结 3 1351
北恋
北恋 2021-01-31 10:01

As the title says, can Coq be used as a model checker? Can I mix model checking with Coq proving? Is this usual? Google talks about a \"µ-calculus\", does anyone have experience

3条回答
  •  谎友^
    谎友^ (楼主)
    2021-01-31 10:39

    There is some work on using Coq as a model checker, for instance see https://github.com/coq-contribs/smc. However, I do not know of people who have used this in serious applications.

提交回复
热议问题