summaryrefslogtreecommitdiffstats
path: root/src/proof
Commit message (Collapse)AuthorAgeFilesLines
* Renamed Aig_ObjPioNum to be Aig_ObjCioId.Alan Mishchenko2012-03-0914-33/+33
|
* Renamed Aig_ObjIsPi/Po to be ...Ci/Co and Aig_Man(Pi/Po)Num to be ...(Ci/Co)...Alan Mishchenko2012-03-0972-409/+409
|
* Renamed Aig_ManForEachPi/Po to be ...Ci/Co and Aig_ObjCreatePi/Po to be ↵Alan Mishchenko2012-03-0950-263/+263
| | | | ...Ci/Co.
* Silencing remaining gcc warnings.Alan Mishchenko2012-03-091-19/+19
|
* Silencing remaining gcc warnings.Alan Mishchenko2012-03-092-13/+13
|
* Redirecting printf messages.Alan Mishchenko2012-03-021-2/+2
|
* Redirecting printf messages.Alan Mishchenko2012-03-026-55/+50
|
* 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).
* Disabled verbose print-out in the SAT solvers.Alan Mishchenko2012-02-261-2/+2
|
* Isomorphism checking code.Alan Mishchenko2012-02-191-1/+1
|
* Added printout of BMC tents in &ps.Alan Mishchenko2012-02-191-1/+1
|
* Silencing some of the gcc warnings.Alan Mishchenko2012-02-173-4/+4
|
* Silencing some of the gcc warnings.Alan Mishchenko2012-02-1622-38/+37
|
* Improved memory management of proof-logging and propagated changes.Alan Mishchenko2012-02-161-2/+2
|
* Isomorphism checking code.Alan Mishchenko2012-02-141-18/+0
|
* Added restarts to PDR.Alan Mishchenko2012-02-141-1/+1
|
* Added restarts to PDR.Alan Mishchenko2012-02-135-15/+35
|
* Timeout crash fix in 'reachy'.Alan Mishchenko2012-02-131-5/+16
|
* Bug fixes in &cec command.Alan Mishchenko2012-02-101-29/+83
|
* 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).
* Bug fix for incorrect memory allocation in main SAT solver, leading to ↵Alan Mishchenko2012-01-231-1/+1
| | | | crashes in 'dsec' (correction to the previous fix).
* Bug fix for incorrect memory allocation in main SAT solver, leading to ↵Alan Mishchenko2012-01-222-2/+2
| | | | crashes in 'dsec'.
* Major restructuring of the code.Alan Mishchenko2012-01-21156-0/+67230