summaryrefslogtreecommitdiff
path: root/src/proof
AgeCommit message (Expand)Author
2016-07-26Letification of BV constantsGuy
2016-07-26Added functionality to retrieve a lemma's "weakest implicant" in the unsat co...Guy
2016-07-25Bug fixGuy
2016-07-25Propagate the usage of proof let maps into constant disequality proofsGuy
2016-07-25Bug fixGuy
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-07-06A few proof bugs fixedGuy
2016-07-05Merge branch 'master' of https://github.com/CVC4/CVC4.gitPaulMeng
2016-07-01When proving a lemma, ignore literals that don't belong to the theory in ques...Guy
2016-07-01Handle bitvector lemmas where a literal gets rewritten into false, and conseq...Guy
2016-06-30Merge branch 'master' of https://github.com/CVC4/CVC4Guy
2016-06-30Support for the letification of chained AND and OR operations in LFSC proofsGuy
2016-06-23Fixed some warnings, fixed bug in cdhashmap that was crashing cdmap_black,Clark Barrett
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-03Better infrastructure for proving constant disequality.Guy
2016-06-03A better mechanism for handling BV terms with aliases: inject the alias at th...Guy
2016-06-02Fixed a magical bug that only appears when compiling with clang:Guy
2016-06-02FixGuy
2016-06-01Merge from proof branchGuy
2016-06-01Revert "Merging proof branch"Guy
2016-06-01Merging proof branchGuy
2016-04-30Reviewed Tim's Asan changes and improved SatProof comments.Liana Hadarean
2016-04-26Fixing memory leaks for garbage collection of ResChains in the sat proof impl...Tim King
2016-04-20update from the masterPaulMeng
2016-04-09Merge branch 'master' of https://github.com/CVC4/CVC4Guy
2016-04-09Made ProofArray's printing functions non-static, and consequently the data me...Guy
2016-04-03Updating the copyright headers and scripts.Tim King
2016-04-03s_ prefix for static membersGuy
2016-04-03Removed the theory-specific merge reason types. Instead, added a mechanism fo...Guy
2016-03-23squash-merge from proof branchGuy
2016-02-24Adding the missing clause_id.h file.Tim King
2016-02-24Unifying the definitions of ClauseId to a single source of truth.Tim King
2016-02-02Moving dump.*, command.*, model.*, and ite_removal.* from smt_util/ to smt/. ...Tim King
2016-02-01Adding a destructor to ProofOutputChannel.Tim King
2016-02-01Fixing white spaces in sat_proof.h.Tim King
2016-02-01Deleting the dead code in proof/sat_proof.cpp.Tim King
2016-01-28Adding listeners to Options.Tim King
2016-01-26Merged bit-vector and uf proof branch.Liana Hadarean
2015-12-30Shuffling around public vs. private headersTim King
2015-12-24Miscellaneous fixesTim King
2015-12-14Refactoring Options Handler & Library Cycle BreakingTim King
2015-10-26This commit fixes a bug related to a public header depending on a compiler fl...Tim King
2015-06-01When proof enabled, disable uf sym break. Add regression.ajreynol
2015-05-25Bug fix for CNF proofs (and/or case 1), thanks to Alain Mebsout for bug report.ajreynol
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback