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 babd8c6bc0 Added error on attempt to use simulator on models with system...endsystem construct. 20 years ago
..
cudd Population of CUDD in main trunk. 20 years ago
orig Population of CUDD in main trunk. 20 years ago
util 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
setup.sh Population of CUDD in main trunk. 20 years ago
shutdown.sh Population of CUDD in main trunk. 20 years ago

README

CUDD
====

This is a modified version of CUDD 2.4.0.
This directory contains copies of all modified files.
The modifications are detailed below.
The original files are in the directory orig.
It also contains copies of Makefiles/scripts used to build CUDD successfully on several OSs.
The following structural changes have also been made:
* ddmp/nanotrav/mnemosyne/obj/sis directories have been removed
* lib directory added with symlinks to lib files

Commands to update
------------------

cd $CUDDDIR
/bin/cp modified/Makefile.* .
/bin/cp Makefile.linux Makefile
/bin/cp modified/setup.sh .
/bin/cp modified/cudd/cuddAddAbs.c cudd
/bin/cp modified/cudd/cuddAddApply.c cudd
/bin/cp modified/cudd/cuddAddNeg.c cudd
/bin/cp modified/cudd/cuddExport.c cudd
/bin/cp modified/cudd/cuddSat.c cudd
/bin/cp modified/cudd/cuddTable.c cudd
/bin/cp modified/cudd/cudd.h cudd
/bin/cp modified/cudd/cuddInt.h cudd
/bin/cp modified/util/Makefile util
/bin/cp modified/util/cpu_time.c util
/bin/cp modified/util/pipefork.c util

Details