You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Dave Parker fd958f66e0 Makefile tweak to remove surplus error messages. 19 years ago
..
cudd Population of CUDD in main trunk. 20 years ago
epd Population of CUDD in main trunk. 20 years ago
modified Population of CUDD in main trunk. 20 years ago
mtr Population of CUDD in main trunk. 20 years ago
st Population of CUDD in main trunk. 20 years ago
util Population of CUDD in main trunk. 20 years ago
Makefile Population of CUDD in main trunk. 20 years ago
Makefile.cygwin Population of CUDD in main trunk. 20 years ago
Makefile.darwin Population of CUDD in main trunk. 20 years ago
Makefile.linux Population of CUDD in main trunk. 20 years ago
Makefile.solaris Population of CUDD in main trunk. 20 years ago
README Population of CUDD in main trunk. 20 years ago
RELEASE.NOTES Population of CUDD in main trunk. 20 years ago
setup.sh Population of CUDD in main trunk. 20 years ago
shutdown.sh Population of CUDD in main trunk. 20 years ago

README

$Id$

This directory contains a set of packages that allow you to build a toy
application based on the CUDD package.

The CUDD package is a package written in C for the manipulation of
decision diagrams. It supports binary decision diagrams (BDDs),
algebraic decision diagrams (ADDs), and Zero-Suppressed BDDs (ZDDs).

The toy application provided in this kit is called nanotrav and is a
simple-minded FSM traversal program. (See the README file and the man
page nanotrav.1 in the nanotrav directory for the details.) It is
included so that you can run a sanity check on your installation.

INSTALLATION

Before you build the libraries and programs, you need to check the
Makefile in the top directory. Go through the definitions contained in the
configuration section, and select the desired compiler and compilation
flags. Instructions are provided in the comments of the Makefile.

You can always specify the options on the command line. For instance,
on some machines you can build a "fast" version of the program b