summaryrefslogtreecommitdiffstats
path: root/src/python/pyabc.i
Commit message (Expand)AuthorAgeFilesLines
* pyabc: silenced warnings in gccBaruch Sterin2012-02-231-6/+4
* pyabc: added a function pyabc.iso_eq_classes() that retrieves the results of ...Baruch Sterin2012-02-231-0/+40
* pyabc: replace 'bool' with 'int' as it was removed from the rest of ABCBaruch Sterin2012-02-111-8/+8
* pyabc: adapt build to recent changes in the rest of ABCBaruch Sterin2012-01-211-2/+2
* pyabc: fix callbacks into python to work correctly by moving to PyGILEState_E...Baruch Sterin2011-09-291-17/+23
* pyabc: fix indentation in pyabc.iBaruch Sterin2011-10-241-12/+12
* added support for getting a cex vectorBaruch Sterin2011-08-021-1/+50
* fixes to pyabc kill mechanismBaruch Sterin2011-02-271-28/+691
* 1. Replace system() with a function that responds to SIGINT. 2. Add functions...Baruch Sterin2011-02-011-27/+15
* pyabc: make the SIGINT signal handler clean up by sending SIGINT to child pro...Baruch Sterin2011-01-131-61/+111
* initial commit of public abcAlan Mishchenko2010-11-011-0/+330