summaryrefslogtreecommitdiffstats
path: root/src/bdd
Commit message (Collapse)AuthorAgeFilesLines
* Changes to make compiler happy.Alan Mishchenko2021-11-279-0/+229
|
* Adding switch muxes -a to create networks of ADDs.Alan Mishchenko2021-05-151-1/+1
|
* Modification suggested by David Geiger to fix an obscure memory problem.Alan Mishchenko2021-02-031-1/+1
|
* Adding limit on the number of live BDD nodes in command 'muxes -g'.Alan Mishchenko2020-03-121-1/+1
|
* Cleaning up code and fixing for several typos.Alan Mishchenko2020-01-271-1/+1
|
* Adding switch -g to use global rather than local BDDs in 'muxes'.Alan Mishchenko2020-01-141-1/+1
|
* Fixing some update gcc.Alan Mishchenko2019-07-241-1/+1
|
* Fixing several potential bugs.Alan Mishchenko2019-03-191-1/+1
|
* Fixing some warnings by adding cast from 'int' to 'size_t' in memset, ↵Alan Mishchenko2019-03-0512-20/+20
| | | | memcpy, etc.
* Undoing an old change, which affects BDD variable reordering on some ↵Alan Mishchenko2018-11-101-1/+1
| | | | examples in &reachy.
* Compiler warning.Alan Mishchenko2018-10-121-5/+5
|
* Extending extra library with additional ZDD-based procedures.Alan Mishchenko2018-10-124-0/+2048
|
* Experiments with Boolean functions.Alan Mishchenko2018-10-021-2/+2
|
* Adding procedure to compute tuples of k out of n as a BDD.Alan Mishchenko2018-07-292-0/+161
|
* 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 ↵Baruch Sterin2015-10-1612-102/+0
| | | | compiled with ABC_NAMESPACE) by removing extern "C" from function definitions
* 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
| | | | matrix.
* 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
|