summaryrefslogtreecommitdiff
path: root/src/proof/proof_manager.cpp
AgeCommit message (Expand)Author
2018-07-13Properly clean up assertion stack in CnfProof (#2147)Andres Noetzli
2018-06-25Updated copyright headers.Aina Niemetz
2018-03-06Make statistics output consistent. (#1647)Mathias Preiner
2017-11-15Adding garbage collection for Proof objects. (#1294)Tim King
2017-07-07Update copyright headers.Mathias Preiner
2017-05-04skolemization manager may be called also when just unsatCores are on (related...guykatzz
2017-03-23support incremental unsat coresguykatzz
2017-03-17better support for proof production when encountering bool terms: handle the ...guykatzz
2017-03-09better proof support for bools and formulasguykatzz
2016-10-05Added an option that allow empty dependencies when attempting to minimize pre...guykatzz
2016-08-11Add support for fewer preprocessing holesAndres Notzli
2016-08-03Fixed an issue where arrays proofs would sometimes have an extra ")" at the end.Guy
2016-07-28The "aggressive" optimizer for lemma L now returns the conjunction of all lem...Guy
2016-07-28Bug fix involving negated lemmasGuy
2016-07-27Proper handling of IFF lemmas in the unsat core.Guy
2016-07-27Added an option for a more aggressive weakest implicant optimizationGuy
2016-07-27If we can't find a weaker implicant, fail gracefully and return the original ...Guy
2016-07-26Bug fix:Guy
2016-07-26Letification of BV constantsGuy
2016-07-26Added functionality to retrieve a lemma's "weakest implicant" in the unsat co...Guy
2016-07-24Use letification for the aliasing declarations as well (consequently, print t...Guy
2016-07-19Bug fixGuy
2016-07-19Allow a caller to query whether an unsat core is available or notGuy
2016-07-15Moved the assertion to a better spotGuy
2016-07-15The ProofManager now allows theory solvers to get their lemmas that participa...Guy
2016-06-30Support for the letification of chained AND and OR operations in LFSC proofsGuy
2016-06-20Addressed a bug that occurs when proof production is triggered via text flags...Guy
2016-06-20Fixed a bug where the proofManager's init() call was not getting called, resu...Guy
2016-06-08Support for printing a global let map in LFSC proofs.Guy
2016-06-01Merge from proof branchGuy
2016-06-01Revert "Merging proof branch"Guy
2016-06-01Merging proof branchGuy
2016-04-03Updating the copyright headers and scripts.Tim King
2016-03-23squash-merge from proof branchGuy
2016-02-24Unifying the definitions of ClauseId to a single source of truth.Tim King
2016-01-28Adding listeners to Options.Tim King
2016-01-26Merged bit-vector and uf proof branch.Liana Hadarean
2015-12-14Refactoring Options Handler & Library Cycle BreakingTim King
2015-06-01When proof enabled, disable uf sym break. Add regression.ajreynol
2015-04-23Added option for --check-unsat-cores and various core bug fixes (merge of Mor...Liana Hadarean
2015-03-16Fixed proof unitialized memory and minor memory leaks.Liana Hadarean
2015-03-10CNF proofs. Infrastructure for preprocessing proofs. Updates to smt.plf sig...ajreynol
2014-08-25Fix Win32 builds.Morgan Deters
2014-08-22Unsat core infrastruture and API (SMT-LIB compliance to come).Morgan Deters
2014-07-01Update copyrights.Morgan Deters
2013-12-23Proof-checking code; fixups of segfaults and missing functionality in proof g...Morgan Deters
2013-11-05fixed proof regression script and added a new uf test caselianah
2013-10-09cleaned up proof codelianah
2013-10-08added currying for uf proofs; still needs debugginglianah
2013-10-08fixed uf proof with holes bugslianah
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback