This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
yap-6.3/packages/bdd
Vítor Santos Costa d68ef3f5a1 fix empty tries. 2012-05-17 09:56:49 +01:00
..
Makefile.in bdd experiments 2012-04-16 23:47:36 +01:00
README experimental BDD interface package. 2012-03-22 21:36:44 +00:00
bdd.yap allow ProbLog to use lbdd. 2012-04-26 13:52:09 +01:00
cudd.c iextend bdd support. 2012-04-03 15:00:22 +01:00
ddnnf.yap ddnnf support 2012-04-23 07:13:25 -05:00
simpbool.yap ddnnf support 2012-04-23 07:13:25 -05:00
trie_sp.yap fix empty tries. 2012-05-17 09:56:49 +01:00

README

This is an experimental interface to BDD libraries. It is not as 
sophisticated as simplecudd, but it should be fun to play around with bdds.

It currently works with cudd only, although it should be possible to
port to other libraries. It requires the ability to dynamically link
with cudd binaries. This works:

- in fedora with standard package
- in osx with hand-compiled and ports package

In ubuntu, you may want to install the fedora rpm, or just contact me
for instructions.

Good Luck!

Vitor