package coq-bdds

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

Install

Dune Dependency

Authors

Maintainers

Sources

v8.7.0.tar.gz
md5=0e838b0ee3ee927f736b9c7baf8e95b7

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.7" & < "8.8~"
  2. coq >= "8.7" & < "8.8~"
  3. ocaml

Dev Dependencies

None

Used by

None

Conflicts

None