Browse thread
BDDs in ocaml
[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
Date: | 2008-03-13 (13:04) |
From: | Pietro Abate <Pietro.Abate@p...> |
Subject: | Re: [Caml-list] BDDs in ocaml |
On Thu, Mar 13, 2008 at 08:34:46AM -0400, sasha mal wrote: > I wonder whether anyone has a BDD (binary decision diagram) > implementation in ocaml. Ocaml interfaces to external BDD > implementations in other languages (like Cudd) are of no use to me. have a look at this paper for a non-optimized bdd implementation from Jean-Christophe Filliatre. http://www.lri.fr/~filliatr/ftp/publis/hash-consing2.ps.gz I don't know if the full source code is avalaible. I wasn't able to find it. It would be interesting to repeat their experiments and play with it. :) p