summaryrefslogtreecommitdiff
path: root/src/proof
AgeCommit message (Expand)Author
2016-10-12Fix some typos, fix some formatting, minor cleanupfix_typosAndres Notzli
2016-10-11Merge branch 'origin' of https://github.com/CVC4/CVC4.gitPaul Meng
2016-10-05Added an option that allow empty dependencies when attempting to minimize pre...guykatzz
2016-09-27Removing an unused iterator.Tim King
2016-09-16Let arith_proof print its own termsGuy
2016-08-24Merge remote-tracking branch 'origin/master'PaulMeng
2016-08-11Add support for fewer preprocessing holesAndres Notzli
2016-08-09Fix missing/redundant spaces in proofsfix_proof_spacesAndres Notzli
2016-08-05Minor: add/fix comments, remove redundant includesAndres 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-26Fix warnings in src/proofAndres Notzli
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-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
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback