mlbddversion
A high performance BDD implementation in OCaml
The mlbdd library provides a simple, easy-to-use, easy-to-extend implementation of binary decision diagrams (BDDs) in OCaml. It is well tested and well documented. The library itself has no dependencies and is thus easy to include in applications that might, for example, be compiled with js_of_ocaml or other tools that rely on pure OCaml. It is also easier to integrate with existing projects due to its lack of dependencies.
Critically, this BDD implementation uses a garbage-collection-aware hashing scheme, so that unused nodes can be collected. Additionally, this implementation uses complement edges to significantly improve performance over the simplest BDD implementations.
Author | Arlen Cox <arlencox@gmail.com> |
---|---|
License | MIT |
Published | |
Homepage | https://github.com/arlencox/mlbdd |
Issue Tracker | https://github.com/arlencox/mlbdd/issues |
Maintainer | Arlen Cox <arlencox@gmail.com> |
Dependencies |
|
Source [http] | https://github.com/arlencox/mlbdd/archive/v0.4.tar.gz sha256=d866c27ee52755adbee3ace00ce904f3aac934787fc0214c0793f0c1ed3b7f92 md5=f9288299c170e26f9d49ee3a05e7ae0a |
Edit | https://github.com/ocaml/opam-repository/tree/master/packages/mlbdd/mlbdd.0.4/opam |
Required by