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.
 
 
 
 
 
 
Mark Kattenbelt 3b0cc0e571 Changed the simulators table mechanism substantially. It is now easier to hide variables (and in future configure more options). It is now the PathTableModel who is responsible for this, making it a lot easier to add variables back to the view. Also added a couple of extra menu options to the pop-up menu. 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