summaryrefslogtreecommitdiffstats
path: root/src/base
Commit message (Expand)AuthorAgeFilesLines
* Enabled counter-example minimization in 'write_counter'.Alan Mishchenko2011-11-112-6/+32
* Preventing scripts from aborting if reading has failed.Alan Mishchenko2011-11-081-1/+1
* Corner case bug in deriving truth table from SOP.Alan Mishchenko2011-11-081-1/+1
* Changing defaults in gate-level abstraction.Alan Mishchenko2011-11-061-5/+6
* Changes to read multi-output testcases described using AIGER 1.9.Alan Mishchenko2011-11-065-37/+167
* Fixed the overflow timeout problem in bmc/bmc2/bmc3/int/pdr/sim, etc.Alan Mishchenko2011-10-311-5/+5
* C++ portability changes.Alan Mishchenko2011-10-273-6/+3
* Improvements to the new abstraction code.Alan Mishchenko2011-10-271-10/+21
* New proof-based abstraction code.Alan Mishchenko2011-10-251-5/+128
* Improvements to the QBF solver.Alan Mishchenko2011-10-253-9/+38
* The result of merging with recent PyABC changes.Alan Mishchenko2011-10-251-1/+1
|\
| * completely silence the "source" command when the -s option is givenBaruch Sterin2011-10-241-1/+1
* | Improvements to the QBF solver.Alan Mishchenko2011-10-243-10/+59
|/
* New abstraction code.Alan Mishchenko2011-10-191-0/+5
* New abstraction code.Alan Mishchenko2011-10-191-4/+4
* New abstraction code.Alan Mishchenko2011-10-191-4/+8
* Changes to CNF generation code.Alan Mishchenko2011-10-172-11/+44
* New abstraction code.Alan Mishchenko2011-10-151-11/+12
* Changes to the matching procedure.Alan Mishchenko2011-10-121-36/+58
* Changes to the matching procedure.Alan Mishchenko2011-10-061-2/+2
* Modified write_blif to output LUT structures.Alan Mishchenko2011-10-045-13/+230
* Changes to the matching procedure.Alan Mishchenko2011-10-011-5/+15
* Changes to the matching procedure and new abstraction code.Alan Mishchenko2011-09-271-4/+17
* Changes to Boolean matching.Alan Mishchenko2011-09-242-3/+49
* Added new feature to bmc3.Alan Mishchenko2011-09-231-3/+27
* Initial changes to enable gate-level abstraction.Alan Mishchenko2011-09-221-14/+205
* 64-bit portability changes.Alan Mishchenko2011-09-173-10/+10
* Added limit on the number of flops to add in one iteration of &abs_refine.Alan Mishchenko2011-09-121-11/+24
* Added limit on the number of flops to add in one iteration of &abs_cba.Alan Mishchenko2011-09-111-2/+14
* Fixed the problem with blackboxes not preserving their names after duplication.Alan Mishchenko2011-09-081-1/+1
* Added timeout to &abc_pba.Alan Mishchenko2011-09-021-4/+17
* Change 'testcex' to modify the PO number.Alan Mishchenko2011-08-271-2/+2
* Sequential cleanup with symbolic/ternary simulation.Alan Mishchenko2011-08-251-2/+2
* Sequential cleanup with symbolic/ternary simulation.Alan Mishchenko2011-08-252-9/+9
* Sequential cleanup with symbolic/ternary simulation.Alan Mishchenko2011-08-242-24/+57
* Other changes to enable new features in the mapper (bug fix).Alan Mishchenko2011-08-241-0/+33
* Experiments with SPFD-based decomposition.Alan Mishchenko2011-08-211-8/+7
* Experiments with SPFD-based decomposition + new K-map print-out.Alan Mishchenko2011-08-203-1/+118
* Bug fix in CBA and PBA.Alan Mishchenko2011-08-181-6/+24
* Bug fix in CBA and PBA.Alan Mishchenko2011-08-171-3/+11
* Added switch '-t' to 'miter' to create regular miter from dual-output miter.Alan Mishchenko2011-08-143-3/+79
* Other changes to enable new features in the mapper (bug fix).Alan Mishchenko2011-08-067-25/+214
* Other changes to enable new features in the mapper (bug fix).Alan Mishchenko2011-08-065-0/+28
* Several bug fixes.Alan Mishchenko2011-08-021-4/+14
* Added API to access the CEX vector.Alan Mishchenko2011-08-022-0/+2
* Enabled saving vector of counter-examples in the ABC framework.Alan Mishchenko2011-08-025-9/+41
* Changes to enable CEX minimization.Alan Mishchenko2011-08-011-2/+3
* Changing the ordering of arguments in two iterators.Alan Mishchenko2011-08-012-10/+10
* Removed useless typecasts related to changes in Vec_VecEntry().Alan Mishchenko2011-08-012-3/+3
* Changes to enable CEX minimization.Alan Mishchenko2011-08-011-78/+193