Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Improved timeout in &reachp. | Alan Mishchenko | 2011-02-08 | 4 | -33/+150 |
| | |||||
* | Additional change to enable runtime limit in CUDD in variable reordering. | Alan Mishchenko | 2011-02-08 | 1 | -0/+1 |
| | |||||
* | Improved timeout in &reachm. | Alan Mishchenko | 2011-02-08 | 1 | -20/+81 |
| | |||||
* | Modificationd to CUDD to enable runtime-limit in variable reordering. | Alan Mishchenko | 2011-02-08 | 5 | -21/+33 |
| | |||||
* | Yet another update to the runtime control in BDD operations. | Alan Mishchenko | 2011-02-07 | 3 | -8/+214 |
| | |||||
* | Added handling runtime limit inside And and AndExist. | Alan Mishchenko | 2011-02-07 | 7 | -19/+521 |
| | |||||
* | Added timeout to &reachn. | Alan Mishchenko | 2011-02-04 | 6 | -1505/+114 |
| | |||||
* | Eneabled writing/reading pAbc->nFrames into/from status files. | Alan Mishchenko | 2011-02-04 | 4 | -21/+21 |
| | |||||
* | Added writing signal names in AIGER writer for GIA package. | Alan Mishchenko | 2011-02-03 | 1 | -0/+16 |
| | |||||
* | Make PDR return the number of completed frames. | Alan Mishchenko | 2011-02-03 | 3 | -25/+33 |
| | |||||
* | Minor changes while improving BDD-based reachability. | Alan Mishchenko | 2011-02-03 | 3 | -48/+84 |
| | |||||
* | Minor changes to hash table and utilSignal.c. | Alan Mishchenko | 2011-02-01 | 4 | -47/+41 |
| | |||||
* | merge pyabc changes into mainline | Baruch Sterin | 2011-02-01 | 51 | -2806/+7884 |
|\ | |||||
| * | Cumulative changes of the last two weeks. | Alan Mishchenko | 2011-02-01 | 51 | -2804/+8242 |
| | | |||||
* | | src/misc/util/utilSignal.c | Baruch Sterin | 2011-02-01 | 2 | -2/+3 |
| | | |||||
* | | 1. Replace system() with a function that responds to SIGINT. 2. Add ↵ | Baruch Sterin | 2011-02-01 | 9 | -48/+1016 |
|/ | | | | functions to cleanup temporary files on SIGINT. 3. Fix bugs related to signal handling. | ||||
* | New code since Dec 2010. | Alan Mishchenko | 2011-01-13 | 14 | -0/+4387 |
| | |||||
* | merge changes from main branch | Baruch Sterin | 2011-01-13 | 55 | -445/+1326 |
|\ | |||||
| * | Cumulative changes in the last few weeks. | Alan Mishchenko | 2011-01-13 | 55 | -445/+1326 |
| | | |||||
* | | pyabc: reorganize supporting python scripts | Baruch Sterin | 2011-01-13 | 4 | -1/+346 |
| | | |||||
* | | pyabc: make the SIGINT signal handler clean up by sending SIGINT to child ↵ | Baruch Sterin | 2011-01-13 | 4 | -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 AnalyseFinal | Alan Mishchenko | 2010-12-03 | 2 | -1/+9 |
| | |||||
* | Latest project file | Alan Mishchenko | 2010-12-03 | 1 | -0/+44 |
| | |||||
* | Bug fix in &srm (not generating result when there is no equivs) | Alan Mishchenko | 2010-12-03 | 1 | -0/+2 |
| | |||||
* | Initial integration of PDR | Alan Mishchenko | 2010-12-03 | 2 | -1/+119 |
| | |||||
* | Fixing memory leak in LTL property handling code | Alan Mishchenko | 2010-12-02 | 2 | -0/+2 |
| | |||||
* | An option to output verbose stats about timeframe sizes during unrolling | Alan Mishchenko | 2010-11-29 | 1 | -0/+7 |
| | |||||
* | Bug fix: alloing "dsat" to work on multi-output cones | Alan Mishchenko | 2010-11-29 | 1 | -1/+5 |
| | |||||
* | Code formatting change | Alan Mishchenko | 2010-11-29 | 1 | -8/+8 |
| | |||||
* | Performance bug fix in area-only mapping "map -a". | Alan Mishchenko | 2010-11-29 | 1 | -1/+1 |
| | |||||
* | Rearranging data members in the structure (not a bug) | Alan Mishchenko | 2010-11-29 | 1 | -2/+2 |
| | |||||
* | Bug fix: unhandled & symbol in Liberty formula representation | Alan Mishchenko | 2010-11-29 | 2 | -7/+12 |
| | |||||
* | Added ternary simulation value storage | Alan Mishchenko | 2010-11-29 | 2 | -0/+2 |
| | |||||
* | Bug fix to read flops with init state 3 (don't know) | Alan Mishchenko | 2010-11-29 | 1 | -1/+1 |
| | |||||
* | Fixing combinational loop problem in choice computation | Alan Mishchenko | 2010-11-29 | 1 | -0/+167 |
| | |||||
* | Adding missing license agreements | Alan Mishchenko | 2010-11-29 | 3 | -0/+84 |
| | |||||
* | Added API Abc_FrameReadGia | Alan Mishchenko | 2010-11-29 | 2 | -0/+18 |
| | |||||
* | Fix for write_status/read_status to use PO index | Alan Mishchenko | 2010-11-29 | 1 | -4/+11 |
| | |||||
* | Added command "swappos". | Alan Mishchenko | 2010-11-28 | 1 | -0/+30 |
| | |||||
* | NPN class computation. | Alan Mishchenko | 2010-11-28 | 4 | -8/+753 |
| | |||||
* | Added command "testcex". | Alan Mishchenko | 2010-11-28 | 1 | -54/+312 |
| | |||||
* | fixed compilation in linux | Baruch Sterin | 2010-11-01 | 4 | -5/+5 |
| | |||||
* | made depends.sh executable | Baruch Sterin | 2010-11-01 | 1 | -0/+0 |
| | |||||
* | initial commit of public abc | Alan Mishchenko | 2010-11-01 | 1119 | -20490/+74597 |
| | |||||
* | update tags | convert-repo | 2015-06-23 | 0 | -0/+0 |
| | |||||
* | Version abc90901 | Alan Mishchenko | 2015-06-22 | 24 | -202/+890 |
| | | | | committer: Baruch Sterin <baruchs@gmail.com> | ||||
* | Version abc90813 | Alan Mishchenko | 2015-06-22 | 4 | -2/+202 |
| | | | | committer: Baruch Sterin <baruchs@gmail.com> | ||||
* | Version abc90809 | Alan Mishchenko | 2015-06-22 | 9 | -22/+55 |
| | | | | committer: Baruch Sterin <baruchs@gmail.com> | ||||
* | Version abc90807 | Alan Mishchenko | 2015-06-22 | 13 | -23/+157 |
| | | | | committer: Baruch Sterin <baruchs@gmail.com> | ||||
* | Version abc90804 | Alan Mishchenko | 2015-06-22 | 38 | -490/+1207 |
| | | | | committer: Baruch Sterin <baruchs@gmail.com> |