summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | 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-276-585/+776
| |
* | 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
| |
* | Moved two new APIs for reading/writing CEX from/into ABC from abc.c to ↵Alan Mishchenko2011-02-193-39/+6
| | | | | | | | mainFrame.c.
* | Changes to support sequential verification with reduction without speculation.Alan Mishchenko2011-02-195-421/+243
| |
* | Added two new APIs for reading/writing CEX from/into ABC.Alan Mishchenko2011-02-192-12/+122
| |
* | Another corner-case bug in zeropo.Alan Mishchenko2011-02-191-2/+3
| |
* | Adding one more control switch to CEC commands (i)prove.Alan Mishchenko2011-02-191-4/+28
| |
* | Improvements to CEC command iprove.Alan Mishchenko2011-02-183-10/+96
| |
* | Fixing the problem with writing/reading bug-free depth in status files.Alan Mishchenko2011-02-171-6/+13
| |
* | Fixed Cudd_DumpDot() to not print leading zeros because of OS-dependent ↵Alan Mishchenko2011-02-161-30/+15
| | | | | | | | fprintf switch %p.
* | fixes for dumb erros in utilSignal.c/hBaruch Sterin2011-02-152-22/+18
| |
* | Improved timeout in the BDD reachability engines.Alan Mishchenko2011-02-1311-39/+195
| |
* | Fixing g++ compilation issue for tmpFile().Alan Mishchenko2011-02-131-44/+29
| |
* | Unified the use of counter-examples in three packages (additional files).Alan Mishchenko2011-02-132-0/+275
| |
* | Unified the use of counter-examples in three packages.Alan Mishchenko2011-02-1342-818/+270
| |
* | Changes to enable C++ compilation after recent modifications.Alan Mishchenko2011-02-1320-96/+58
| |
* | Removing 1.txt, which was added by mistake.Alan Mishchenko2011-02-131-68/+0
| |
* | Upgrade to the latest CUDD 2.4.2.Alan Mishchenko2011-02-1367-22151/+27049
| |
* | Portability changes to the st package.Alan Mishchenko2011-02-134-41/+75
| |
* | Minor change to the project file.Alan Mishchenko2011-02-131-0/+4
| |
* | Bug fix in setting the number of finished frames when reading a status file.Alan Mishchenko2011-02-111-1/+1
|/
* LUT-size-based balancing (disabled by default).Alan Mishchenko2011-02-111-1/+79
|
* Bug fix in zeropo.Alan Mishchenko2011-02-111-0/+5
|
* Improved timeout in &reachp.Alan Mishchenko2011-02-084-33/+150
|
* Additional change to enable runtime limit in CUDD in variable reordering.Alan Mishchenko2011-02-081-0/+1
|
* Improved timeout in &reachm.Alan Mishchenko2011-02-081-20/+81
|
* Modificationd to CUDD to enable runtime-limit in variable reordering.Alan Mishchenko2011-02-085-21/+33
|
* Yet another update to the runtime control in BDD operations.Alan Mishchenko2011-02-073-8/+214
|
* Added handling runtime limit inside And and AndExist.Alan Mishchenko2011-02-077-19/+521
|
* Added timeout to &reachn.Alan Mishchenko2011-02-046-1505/+114
|
* Eneabled writing/reading pAbc->nFrames into/from status files.Alan Mishchenko2011-02-044-21/+21
|
* Added writing signal names in AIGER writer for GIA package.Alan Mishchenko2011-02-031-0/+16
|
* Make PDR return the number of completed frames.Alan Mishchenko2011-02-033-25/+33
|
* Minor changes while improving BDD-based reachability.Alan Mishchenko2011-02-033-48/+84
|
* Minor changes to hash table and utilSignal.c.Alan Mishchenko2011-02-014-47/+41
|
* merge pyabc changes into mainlineBaruch Sterin2011-02-0151-2806/+7884
|\
| * Cumulative changes of the last two weeks.Alan Mishchenko2011-02-0151-2804/+8242
| |
* | src/misc/util/utilSignal.cBaruch Sterin2011-02-012-2/+3
| |
* | 1. Replace system() with a function that responds to SIGINT. 2. Add ↵Baruch Sterin2011-02-019-48/+1016
|/ | | | functions to cleanup temporary files on SIGINT. 3. Fix bugs related to signal handling.
* New code since Dec 2010.Alan Mishchenko2011-01-1314-0/+4387
|
* merge changes from main branchBaruch Sterin2011-01-1355-445/+1326
|\
| * Cumulative changes in the last few weeks.Alan Mishchenko2011-01-1355-445/+1326
| |
* | pyabc: reorganize supporting python scriptsBaruch Sterin2011-01-134-1/+346
| |
* | pyabc: make the SIGINT signal handler clean up by sending SIGINT to child ↵Baruch Sterin2011-01-134-63/+122
|/ | | | processes registered by the python code. Also provide functions to block SIGINT and unblock it, to allow for critical sections where signals are blocked
* Initial implementation of AnalyseFinalAlan Mishchenko2010-12-032-1/+9
|