summaryrefslogtreecommitdiffstats
path: root/src/proof/int
Commit message (Collapse)AuthorAgeFilesLines
* Fixing time primtouts throughout the code.Alan Mishchenko2012-07-071-1/+2
|
* Fixing time primtouts throughout the code.Alan Mishchenko2012-07-076-19/+22
|
* Setting infinite default conflict limits in 'bmc', 'int', 'pdr'.Alan Mishchenko2012-07-061-2/+2
|
* Renamed Aig_ObjIsPi/Po to be ...Ci/Co and Aig_Man(Pi/Po)Num to be ...(Ci/Co)...Alan Mishchenko2012-03-099-39/+39
|
* Renamed Aig_ManForEachPi/Po to be ...Ci/Co and Aig_ObjCreatePi/Po to be ↵Alan Mishchenko2012-03-097-35/+35
| | | | ...Ci/Co.
* Bug fix in 'in' (look at the OR of the interpolants, rather than the last ↵Alan Mishchenko2012-02-281-0/+4
| | | | frontier, when K > 1).
* Silencing some of the gcc warnings.Alan Mishchenko2012-02-161-1/+1
|
* Trying to fix a false-positive due to incorrect inductive termination check ↵Alan Mishchenko2012-02-011-3/+9
| | | | in 'int' when K is more than 1 (not fixed yet).
* Major restructuring of the code.Alan Mishchenko2012-01-2114-0/+2926