vzaccaria / haskell-obdd

pure Haskell implementation of reduced ordered binary decision diagrams

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A pure Haskell implementation of Reduced Orderded Binary Decision Diagrams.

Build Status

This is mostly educational. The BDDs do not share nodes and this might introduce inefficiencies.

See https://github.com/jwaldmann/haskell-buddy for a Haskell API for BuDDy.

About

pure Haskell implementation of reduced ordered binary decision diagrams

License:GNU General Public License v2.0


Languages

Language:Haskell 98.9%Language:Shell 0.7%Language:Emacs Lisp 0.4%