summaryrefslogtreecommitdiffstats
path: root/src/bdd
Commit message (Expand)AuthorAgeFilesLines
* C++ compatibility: fix bad pointer comparisonBaruch Sterin2017-11-231-1/+1
* Valgrind-ispired fix in CUDD by Kai-hui Chang.Alan Mishchenko2017-10-031-0/+1
* Compiler warnings.Alan Mishchenko2017-07-221-2/+2
* Experiments with support minimization.Alan Mishchenko2017-04-271-16/+16
* Experiment with graph constuction using ZDDs.Alan Mishchenko2017-02-171-0/+203
* Experiment with graph constuction using ZDDs.Alan Mishchenko2017-02-161-0/+46
* silence clang errors when compiling as C++Baruch Sterin2015-11-051-4/+4
* Typo in src/bdd/extrab/module.make.Alan Mishchenko2015-10-171-1/+1
* Typo in src/bdd/extrab/module.make.Alan Mishchenko2015-10-171-1/+1
* Moving BDD-based threshold function detection to the BDD part of the code.Alan Mishchenko2015-10-162-0/+694
* make sure all of ABC and related libraries are in the same namespace (when co...Baruch Sterin2015-10-1612-102/+0
* Changes to be able to compile ABC without CUDD.Alan Mishchenko2015-08-2451-1286/+25398
* Changes to be able to compile ABC without CUDD.Alan Mishchenko2015-08-244-4/+4
* Fixed a typo in variable names.Alan Mishchenko2015-02-072-19/+19
* Commenting out useless macro which causes failure on VS 2012.Alan Mishchenko2014-10-301-6/+6
* Compiler problem with includes.Alan Mishchenko2014-10-131-1/+1
* Improving print-out of 'dsd -p'.Alan Mishchenko2014-08-222-0/+115
* Compiler warnings.Alan Mishchenko2013-10-301-1/+0
* Adding a wrapper around clock() for more accurate time counting in ABC.Alan Mishchenko2013-05-2711-56/+56
* Making changes suggested by Mark Jarvin.Alan Mishchenko2013-05-192-5/+10
* Making changes suggested by Mark Jarvin.Alan Mishchenko2013-05-052-2/+2
* New AIG optimization package.Alan Mishchenko2012-10-061-0/+1
* Replacing 'st_table' by 'st__table' to resolve linker problems.Alan Mishchenko2012-09-2927-742/+742
* Compiler warnings.Alan Mishchenko2012-08-291-1/+1
* Compiler warnings.Alan Mishchenko2012-08-293-3/+3
* Fixing an interger overflow problem in constructing the variable interaction ...Alan Mishchenko2012-08-081-2/+2
* Replacing Mb/Gb to be MB/GB.Alan Mishchenko2012-07-091-1/+1
* Updating project settings to have simpler include paths.Alan Mishchenko2012-07-0772-78/+78
* Fixing time primtouts throughout the code.Alan Mishchenko2012-07-071-1/+1
* Fixing time primtouts throughout the code.Alan Mishchenko2012-07-0711-17/+16
* Silencing some of the gcc warnings.Alan Mishchenko2012-02-171-1/+1
* Silencing some of the gcc warnings.Alan Mishchenko2012-02-1616-24/+24
* Major restructuring of the code.Alan Mishchenko2012-01-2179-105/+104
* Another attempt to make CUDD platform- and runtime-independent.Alan Mishchenko2011-12-065-6/+6
* Another attempt to make CUDD platform- and runtime-independent.Alan Mishchenko2011-12-0618-91/+171
* Bug fixes in CUDD 2.4.2.Alan Mishchenko2011-12-061-2/+2
* Bug fixes in CUDD 2.4.2.Alan Mishchenko2011-12-062-4/+6
* Fixed the overflow timeout problem in bmc/bmc2/bmc3/int/pdr/sim, etc.Alan Mishchenko2011-10-315-6/+6
* Fixing a bug, which was accidentally introduced a few months while debugging ...Alan Mishchenko2011-05-021-2/+2
* Improvements to BDD reachability.Alan Mishchenko2011-04-181-1/+1
* Enabled new BDD-based reachability engine 'reachy'.Alan Mishchenko2011-04-131-0/+3
* Fixed a number of small bugs and memory leaks.Alan Mishchenko2011-03-272-1/+7
* Mffc-based structural decomposition of the network and bug fixes in reorderin...Alan Mishchenko2011-03-083-6/+7
* Upgrading epd and mtr packages to be compatible with the latest release of CU...Alan Mishchenko2011-03-025-337/+337
* Upgrading epd and mtr packages to be compatible with the latest release of CU...Alan Mishchenko2011-03-026-169/+317
* Fixed Cudd_DumpDot() to not print leading zeros because of OS-dependent fprin...Alan Mishchenko2011-02-161-30/+15
* Improved timeout in the BDD reachability engines.Alan Mishchenko2011-02-133-0/+11
* Upgrade to the latest CUDD 2.4.2.Alan Mishchenko2011-02-1366-22151/+26981
* Additional change to enable runtime limit in CUDD in variable reordering.Alan Mishchenko2011-02-081-0/+1
* Modificationd to CUDD to enable runtime-limit in variable reordering.Alan Mishchenko2011-02-084-21/+29