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 d0d22ffd45 Makefile fix: rebuilding of userinterface/graph dir. 18 years ago
..
orig Population of CUDD in main trunk. 20 years ago
README Updated 'modified' info. 19 years ago

README

This file describes the modifications that have been made to this version of CUDD.
It is based on CUDD 2.4.0. Original files can be found in the "orig" directory.
Below is a list of the files that have been changed.

* Makefile.*
* setup.sh .
* shutdown.sh .
* cudd/cuddAddAbs.c
* cudd/cuddAddApply.c
* cudd/cuddAddNeg.c
* cudd/cuddExport.c
* cudd/cuddSat.c
* cudd/cuddTable.c
* cudd/cudd.h
* cudd/cuddInt.h
* util/Makefile
* util/cpu_time.c
* util/pipefork.c

The following structural changes have also been made:

* ddmp/nanotrav/mnemosyne/obj/sis and various doc directories have been removed
* lib directory added with symlinks to lib files


Details
-------

[Makefile.*]

* Tailored for different OSs: Linux (32/64), Solaris, Cygwin/MinGW, OS X/Darwin

* Disabled building of nanotrav/mnemosyne packages (don't need)

------------------

[setup.sh]

* Don't create links for includes we don't use
* Create links for libs too

------------------

[shutdown.sh]

* Delete lib directory too

-------------