summaryrefslogtreecommitdiffstats
path: root/src/aig
Commit message (Collapse)AuthorAgeFilesLines
* New hierarchy manager.Alan Mishchenko2012-01-141-1/+1
|
* Support computation experiments with different network data-structures.Alan Mishchenko2012-01-142-0/+63
|
* Small bug fix in printing DSD for Boolean functions.Alan Mishchenko2012-01-141-1/+1
|
* New hierarchy manager.Alan Mishchenko2012-01-131-1/+22
|
* Commented out a printout line which cases a warning to be printed.Alan Mishchenko2012-01-131-1/+1
|
* Added counting hits and misses during structural hashing.Alan Mishchenko2012-01-133-1/+8
|
* Changes to the lazy man's synthesis code.Alan Mishchenko2012-01-111-0/+1
|
* Gate level abstraction.Alan Mishchenko2012-01-111-109/+627
|
* Gate level abstraction.Alan Mishchenko2012-01-081-56/+299
|
* Backward reachability using circuit cofactoring.Alan Mishchenko2012-01-081-5/+31
|
* Backward reachability using circuit cofactoring.Alan Mishchenko2012-01-071-9/+13
|
* Backward reachability using circuit cofactoring.Alan Mishchenko2012-01-071-13/+12
|
* Crash fix in 'tempor' in case the leading length is 0.Alan Mishchenko2012-01-071-0/+6
|
* Gate level abstraction.Alan Mishchenko2012-01-071-238/+78
|
* Bug fix related to not properly resizing SAT solver's model array.Alan Mishchenko2012-01-065-119/+18
|
* Backward reachability using circuit cofactoring.Alan Mishchenko2012-01-053-217/+250
|
* Backward reachability using circuit cofactoring.Alan Mishchenko2012-01-011-0/+442
|
* Backward reachability using circuit cofactoring.Alan Mishchenko2012-01-013-10/+373
|
* New variable-time frame abstraction.Alan Mishchenko2011-12-292-0/+517
|
* Transforming the solver to use different clause representation.Alan Mishchenko2011-12-233-1/+5
|
* Transforming the solver to use different clause representation.Alan Mishchenko2011-12-221-1/+1
|
* Computing interpolants as truth tables.Alan Mishchenko2011-12-221-5/+10
|
* Fixed a bug in matching code.Alan Mishchenko2011-12-171-1/+1
|
* Performance improvement in 'dch' for designs having nodes with many fanouts.Alan Mishchenko2011-12-151-28/+56
|
* Trying to make sorting of nodes platform-indendent.Alan Mishchenko2011-12-151-1/+1
|
* Enabling balance again.Alan Mishchenko2011-12-151-0/+5
|
* Temporarily disabling balance.Alan Mishchenko2011-12-151-1/+1
|
* Additional print-outs in dc2.Alan Mishchenko2011-12-151-10/+10
|
* Trying to make sorting of nodes platform-indendent.Alan Mishchenko2011-12-153-0/+15
|
* Started SAT-based reparameterization.Alan Mishchenko2011-12-132-0/+398
|
* g++ portability changes.Alan Mishchenko2011-12-132-2/+3
|
* Implemented rollback in the main SAT solver and updated PDR to use it (saves ↵Alan Mishchenko2011-12-102-3/+20
| | | | about 5% of runtime).
* Changes to the main SAT solver: fixing performance bug (resetting decay ↵Alan Mishchenko2011-12-091-1/+1
| | | | params after each restart), making the SAT solver platform- and runtime-independent (by using interger-based activity).
* Added support for generating a library of real-life truth-tables.Alan Mishchenko2011-12-092-0/+103
|
* Integrated new proof-logging into proof-based gate-level abstraction.Alan Mishchenko2011-12-085-15/+571
|
* Added/renamed useful APIs.Alan Mishchenko2011-12-062-2/+3
|
* g++ portability changes.Alan Mishchenko2011-12-063-20/+20
|
* Added recording of AIG subgraphs.Alan Mishchenko2011-12-061-10/+9
|
* Proof-logging in the updated solver.Alan Mishchenko2011-12-041-2/+2
|
* Previusly forgotten debug printout.Alan Mishchenko2011-12-021-1/+1
|
* Started experiments with a new solver.Alan Mishchenko2011-11-257-92/+332
|
* Making GLA PBA and GLA CBA communicate information.Alan Mishchenko2011-11-222-5/+8
|
* Bug fix in GLA PBA.Alan Mishchenko2011-11-131-1/+4
|
* Bug fix in GLA PBA.Alan Mishchenko2011-11-132-0/+3
|
* Bug fix in GLA PBA.Alan Mishchenko2011-11-131-0/+3
|
* Setting the number of completed time frames.Alan Mishchenko2011-11-121-1/+1
|
* Setting the number of completed time frames.Alan Mishchenko2011-11-122-3/+13
|
* Enabled skipping random decisions in PBA, which are performed by default.Alan Mishchenko2011-11-124-6/+8
|
* Dump inductive invariant or last interpolant after interpolation.Alan Mishchenko2011-11-126-19/+102
|
* Experiment with time reporting in GLA PBA.Alan Mishchenko2011-11-121-3/+3
|