summaryrefslogtreecommitdiff
path: root/src/proof
AgeCommit message (Expand)Author
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
2015-05-12Merge pull request #74 from finnhaedicke/namespace_minisatbarrettcw
2015-04-23Added option for --check-unsat-cores and various core bug fixes (merge of Mor...Liana Hadarean
2015-04-17moved Minisat namespace into CVC4Finn Haedicke
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
2014-06-21Fix compiler warnings (mostly unused variables).Morgan Deters
2013-12-24Java datatype API fixups, datatype API examplesMorgan Deters
2013-12-23Proof-checking code; fixups of segfaults and missing functionality in proof g...Morgan Deters
2013-12-05Update copyrights, add missing file-level documentation; fix perms.Morgan Deters
2013-11-13Add virtual destructors where missingMorgan Deters
2013-11-10Flatten libcvc4 build structure; remove some #include interdependencesMorgan Deters
2013-11-05fixed proof regression script and added a new uf test caselianah
2013-10-09cleaned up proof codelianah
2013-10-09fixed uf proof bug: now storing deleted theory lemmaslianah
2013-10-08added currying for uf proofs; still needs debugginglianah
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback