summaryrefslogtreecommitdiffstats
path: root/src/bdd/extrab
Commit message (Collapse)AuthorAgeFilesLines
* Modification suggested by David Geiger to fix an obscure memory problem.Alan Mishchenko2021-02-031-1/+1
|
* Fixing some warnings by adding cast from 'int' to 'size_t' in memset, ↵Alan Mishchenko2019-03-051-1/+1
| | | | memcpy, etc.
* 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
|
* 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
|
* Changes to be able to compile ABC without CUDD.Alan Mishchenko2015-08-2410-0/+10283