package coq-bdds

  1. Overview
  2. No Docs
BDD algorithms and proofs in Coq, by reflection

Install

Dune Dependency

Authors

Maintainers

Sources

v8.10.0.tar.gz
md5=9d8155b5718bc6032daf45451eda40d6

Description

Provides BDD algorithms running under Coq. (BDD are Binary Decision Diagrams.) Allows one to do classical validity checking by reflection in Coq using BDDs, can also be used to get certified BDD algorithms by extraction. First step towards actual symbolic model-checkers in Coq. See file README for operation.

Dependencies (3)

  1. coq-int-map >= "8.10" & < "8.11~"
  2. coq >= "8.10" & < "8.11~"
  3. ocaml

Dev Dependencies

None

Used by

None

Conflicts

None