Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Moves the code of create_abc_array to line 724. | Alan Mishchenko | 2013-04-17 | 1 | -4/+7 |
| | |||||
* | Adding command &filter_equiv to filter candidate equivalence classes using ↵ | Alan Mishchenko | 2013-04-17 | 1 | -0/+22 |
| | | | | indexes of disproved POs after handling SRM as a multi-output miter. | ||||
* | Modified Python API iso_eq_classes to be eq_classes. | Alan Mishchenko | 2013-03-09 | 1 | -2/+2 |
| | |||||
* | pyabc: allow returning large result from sub processes | Baruch Sterin | 2013-01-30 | 1 | -0/+22 |
| | |||||
* | pyabc: fix _cex_put to not call Abc_CexDup() twice | Baruch Sterin | 2013-01-25 | 1 | -20/+20 |
| | |||||
* | pyabc: deal better with null counter examples and remove special case handling | Baruch Sterin | 2013-01-25 | 1 | -19/+7 |
| | |||||
* | Added new Python API is_const_po( int iPoNum ), which returns 0/1 if current ↵ | Alan Mishchenko | 2013-01-25 | 1 | -0/+7 |
| | | | | network is an AIG and the given PO has const 0/1 function. | ||||
* | Enabled detecting CEXes in multiple POs without stopping (sim3 -a). | Alan Mishchenko | 2013-01-23 | 1 | -0/+2 |
| | |||||
* | Updated Python code to reflect change in include files. | Alan Mishchenko | 2012-07-09 | 1 | -2/+2 |
| | |||||
* | pyabc: minor fixes to make API changes work | Baruch Sterin | 2012-04-20 | 1 | -1/+3 |
| | |||||
* | Added Python APIs for node/level counts. | Alan Mishchenko | 2012-04-20 | 1 | -3/+29 |
| | |||||
* | pyabc: silenced warnings in gcc | Baruch Sterin | 2012-02-23 | 1 | -6/+4 |
| | |||||
* | pyabc: added a function pyabc.iso_eq_classes() that retrieves the results of ↵ | Baruch Sterin | 2012-02-23 | 1 | -0/+40 |
| | | | | the "&iso" command | ||||
* | pyabc: replace 'bool' with 'int' as it was removed from the rest of ABC | Baruch Sterin | 2012-02-11 | 1 | -8/+8 |
| | |||||
* | pyabc: adapt build to recent changes in the rest of ABC | Baruch Sterin | 2012-01-21 | 1 | -2/+2 |
| | |||||
* | pyabc: fix callbacks into python to work correctly by moving to ↵ | Baruch Sterin | 2011-09-29 | 1 | -17/+23 |
| | | | | PyGILEState_Ensure/Release APIs | ||||
* | pyabc: fix indentation in pyabc.i | Baruch Sterin | 2011-10-24 | 1 | -12/+12 |
| | |||||
* | added support for getting a cex vector | Baruch Sterin | 2011-08-02 | 1 | -1/+50 |
| | |||||
* | fixes to pyabc kill mechanism | Baruch Sterin | 2011-02-27 | 1 | -28/+691 |
| | |||||
* | 1. Replace system() with a function that responds to SIGINT. 2. Add ↵ | Baruch Sterin | 2011-02-01 | 1 | -27/+15 |
| | | | | functions to cleanup temporary files on SIGINT. 3. Fix bugs related to signal handling. | ||||
* | pyabc: make the SIGINT signal handler clean up by sending SIGINT to child ↵ | Baruch Sterin | 2011-01-13 | 1 | -61/+111 |
| | | | | 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 commit of public abc | Alan Mishchenko | 2010-11-01 | 1 | -0/+330 |