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 23484014af Removed -m64 switch from linux-64 makefile (IA64 compatability). 19 years ago
..
orig Population of CUDD in main trunk. 20 years ago
README Tidy up of "modifed" info about CUDD. 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 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 dddmp/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

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

[cu