summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Fixing a problem with costraint scorr for K > 1.Alan Mishchenko2011-04-081-1/+80
|
* Unsuccessful attempt to improve PDR and a few minor changes.Alan Mishchenko2011-04-0718-346/+707
|
* Made gate library package Mio independent of CUDD.Alan Mishchenko2011-03-3019-146/+1530
|
* Added test package (new files).Alan Mishchenko2011-03-294-1/+77
|
* Added test package.Alan Mishchenko2011-03-294-3/+10
|
* Fixed a number of small bugs and memory leaks.Alan Mishchenko2011-03-2751-50/+130
|
* C++ compilation fixes.Alan Mishchenko2011-03-273-4/+4
|
* Improvements in Vec_Vec_t.Alan Mishchenko2011-03-275-26/+152
|
* Added Max/Min/Abs as static inline functions.Alan Mishchenko2011-03-271-0/+11
|
* Fixed memory leak.Alan Mishchenko2011-03-271-0/+1
|
* Added printing MFFC sizes and deriving TT from SOP.Alan Mishchenko2011-03-187-12/+106
|
* Fixing timeout in reachability engines.Alan Mishchenko2011-03-175-6/+38
|
* Fix parsing tab symbol in Liberty files.Alan Mishchenko2011-03-171-1/+1
|
* Procedure to convert AIG into a netowrk of NAND gates.Alan Mishchenko2011-03-171-0/+81
|
* Added new procedure and other small changes.Alan Mishchenko2011-03-163-4/+138
|\
* | Exploring fanout cofactoring ideas...Alan Mishchenko2011-03-142-8/+152
| |
* | Several bug fixes and other improvements.Alan Mishchenko2011-03-1214-133/+159
| |
* | Exploration of Sasao's decomposition and minor improvements.Alan Mishchenko2011-03-116-36/+876
| |
* | Bug alert message in 'fraig'.Alan Mishchenko2011-03-101-1/+2
| |
* | Added generation of MFFC for the network (improvements).Alan Mishchenko2011-03-092-25/+124
| |
* | Fixed the bug in Gia_ManRo/Gia_ManRo.Alan Mishchenko2011-03-091-2/+2
| |
* | Changed internal includes to be in quotes rather than in <>.Alan Mishchenko2011-03-091-3/+3
| |
* | Added generation of MFFC for the network.Alan Mishchenko2011-03-093-5/+694
| |
* | Mffc-based structural decomposition of the network and bug fixes in ↵Alan Mishchenko2011-03-085-9/+506
| | | | | | | | reordering package.
* | Improvements to the interpolation command 'int'; change of default switch -t ↵Alan Mishchenko2011-03-081-0/+301
| | | | | | | | (forgot to add new file).
* | Improvements to the interpolation command 'int'; change of default switch -t.Alan Mishchenko2011-03-084-40/+104
| |
* | Fixing a typo bug Vec_IntStart instead of Vec_IntAlloc.Alan Mishchenko2011-03-081-1/+1
| |
* | Fixing bugs in the new procedures added to the library.Alan Mishchenko2011-03-053-16/+44
| |
* | Adding new procedures to the library.Alan Mishchenko2011-03-052-0/+202
| |
* | Fixing a corner case bug in 'enlarge'.Alan Mishchenko2011-03-051-6/+6
| |
* | Yet another improvement in &abs_refine -s.Alan Mishchenko2011-03-041-0/+3
| |
* | Another improvement in &abs_refine -s.Alan Mishchenko2011-03-041-9/+88
| |
* | Added 'src/mem' as an additition include directory in Python interface.Alan Mishchenko2011-03-041-0/+1
| |
* | Missing type cast after one of the previous changes.Alan Mishchenko2011-03-041-1/+2
| |
* | Improved the speed of refinement algorithm in &abs_refine.Alan Mishchenko2011-03-047-25/+332
| |
* | Made abc.h independent of CUDD and Extra.Alan Mishchenko2011-03-0396-430/+494
| |
* | Bug fix in dprove, adding command option -p.Alan Mishchenko2011-03-031-1/+1
| |
* | Bug fix in &fraig.Alan Mishchenko2011-03-031-1/+4
| |
* | Upgrading epd and mtr packages to be compatible with the latest release of ↵Alan Mishchenko2011-03-025-337/+337
| | | | | | | | CUDD 2.4.2
* | Upgrading epd and mtr packages to be compatible with the latest release of ↵Alan Mishchenko2011-03-026-169/+317
| | | | | | | | CUDD 2.4.2
* | Removing useless printout in &resim.Alan Mishchenko2011-03-021-1/+1
| |
* | Fixing corner-case bugs in &srm -s.Alan Mishchenko2011-02-282-1/+7
| |
* | Cumulative update to BDD-based reachability, speeding up &reachm and other ↵Alan Mishchenko2011-02-284-126/+279
| | | | | | | | changes.
* | Updated read_status/write_status to correctly handle the case of seq cex ↵Alan Mishchenko2011-02-271-14/+15
| | | | | | | | without regs.
* | Replaced remove() by unlink() to compile on Windows.Alan Mishchenko2011-02-271-2/+3
| |
* | fixes to pyabc kill mechanismBaruch Sterin2011-02-275-565/+746
| |
* | Added generation of counter-examples in &reachm.Alan Mishchenko2011-02-274-59/+262
| |
* | Fixed the problem with filtered equivalences (&srm -sf and &equiv_mark -f).Alan Mishchenko2011-02-222-53/+102
| |
* | Fixed a critical bug in the previous update.Alan Mishchenko2011-02-211-1/+1
| |
* | Implemented additional filtering of equivalences (&srm -sf).Alan Mishchenko2011-02-214-32/+108
| |