package coq-bdds

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

Install

Dune Dependency

Authors

Maintainers

Sources

v8.9.0.tar.gz
md5=8096278f05e33fe07dac659da37affd6

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.9" & < "8.10~"
  2. coq >= "8.9" & < "8.10~"
  3. ocaml

Dev Dependencies

None

Used by

None

Conflicts

None