Extract DIMACS Printing (#2800)
[cvc5.git] / src / proof / theory_proof.cpp
2019-01-14 Alex OzdemirClausalBitvectorProof (#2786)
2018-12-03 Alex OzdemirBit vector proof superclass (#2599)
2018-06-25 Aina NiemetzUpdated copyright headers.
2018-05-03 Andres NoetzliFix warnings in proof code (#1850)
2018-04-25 yoni206Refactor array-proofs and uf-proofs (#1655)
2018-03-07 Mathias PreinerMake statistics output consistent. (#1647)
2017-11-15 Tim KingAdding garbage collection for Proof objects. (#1294)
2017-10-26 Tim KingRemoving throw specifiers from OutputChannel and subcla...
2017-07-07 Mathias PreinerUpdate copyright headers.
2017-05-31 guykatzzA more informative error message when a theory is not...
2017-03-17 guykatzzbetter support for proof production when encountering...
2017-03-14 guykatzzMerge pull request #133 from 4tXJ7f/fix_uninitialized
2017-03-14 Andres Notzlifix uninitialized variable
2017-03-14 Clark BarrettMerge pull request #132 from 4tXJ7f/fix_mingw64
2017-03-09 guykatzzbetter proof support for bools and formulas
2017-03-02 ajreynolEliminate Boolean term conversion. Generalizes removeIT...
2016-08-24 PaulMengMerge remote-tracking branch 'origin/master'
2016-08-12 guykatzzMerge pull request #90 from 4tXJ7f/fewer_preproc_holes
2016-08-12 Andres NotzliAdd support for fewer preprocessing holes
2016-08-09 guykatzzMerge pull request #89 from 4tXJ7f/fix_proof_spaces
2016-08-09 Andres NotzliFix missing/redundant spaces in proofs
2016-07-27 guykatzzMerge pull request #86 from 4tXJ7f/fix_warnings
2016-07-27 Andres NotzliFix warnings in src/proof
2016-07-26 GuyBug fix
2016-07-26 GuyPropagate the usage of proof let maps into constant...
2016-07-25 GuyBug fix
2016-07-25 GuyMerge branch 'master' of https://github.com/CVC4/CVC4
2016-07-25 GuyUse letification for the aliasing declarations as well...
2016-07-06 GuyA few proof bugs fixed
2016-07-05 PaulMengMerge branch 'master' of https://github.com/CVC4/CVC4.git
2016-07-01 GuyWhen proving a lemma, ignore literals that don't belong...
2016-07-01 GuyHandle bitvector lemmas where a literal gets rewritten...
2016-06-30 GuyMerge branch 'master' of https://github.com/CVC4/CVC4
2016-06-30 GuySupport for the letification of chained AND and OR...
2016-06-23 Clark BarrettFixed some warnings, fixed bug in cdhashmap that was...
2016-06-20 GuyMerge branch 'master' of https://github.com/CVC4/CVC4
2016-06-20 GuyAddressed a bug that occurs when proof production is...
2016-06-08 GuyMerge branch 'master' of https://github.com/CVC4/CVC4
2016-06-08 GuySupport for printing a global let map in LFSC proofs.
2016-06-06 guykatzzMerge pull request #85 from CVC4/master_for_proof_merge
2016-06-03 GuyBetter infrastructure for proving constant disequality.
2016-06-02 GuyMerge from proof branch
2016-06-02 GuyRevert "Merging proof branch"
2016-06-02 GuyMerging proof branch
2016-04-20 PaulMengupdate from the master
2016-04-09 GuyMerge branch 'master' of https://github.com/CVC4/CVC4
2016-04-04 Tim KingUpdating the copyright headers and scripts.
2016-03-23 guykatzzMerge pull request #82 from CVC4/master_for_merge
2016-03-23 Guysquash-merge from proof branch
2016-02-24 Tim KingUnifying the definitions of ClauseId to a single source...
2016-02-01 Tim KingAdding a destructor to ProofOutputChannel.
2016-01-28 Tim KingAdding listeners to Options.
2016-01-27 Liana HadareanMerged bit-vector and uf proof branch.
2015-03-10 ajreynolCNF proofs. Infrastructure for preprocessing proofs...
2014-07-10 Kshitij BansalMerge remote-tracking branch 'origin/master' into segfa...
2014-07-01 Morgan DetersUpdate copyrights.
2014-04-01 Tim KingMerge branch '1.3.x'
2014-03-26 Morgan DetersMerge branch '1.3.x'
2014-03-11 Morgan DetersMerge branch '1.3.x'
2014-03-11 Morgan DetersMerge branch '1.3.x'
2014-02-21 Morgan DetersMerge branch '1.3.x'
2014-02-21 Morgan DetersMerge branch '1.3.x'
2014-02-19 Tim KingMerge branch '1.3.x'
2014-01-27 Morgan DetersMerge branch '1.3.x'
2014-01-18 Morgan DetersMerge branch '1.3.x'
2014-01-17 Kshitij BansalMerge branch '1.3.x'
2014-01-09 Morgan DetersMerge branch '1.3.x'
2014-01-08 Morgan DetersMerge branch '1.3.x'
2014-01-02 Morgan DetersMerge branch '1.3.x'
2013-12-27 Morgan DetersMerge branch '1.3.x'
2013-12-26 Tianyi LiangMerge branch 'master' of https://github.com/CVC4/CVC4
2013-12-24 Morgan DetersMerge branch '1.3.x'
2013-12-24 Morgan DetersMerge branch '1.3.x'
2013-12-23 Morgan DetersProof-checking code; fixups of segfaults and missing...
2013-11-06 Tianyi LiangMerge branch 'master' of github.com:tiliang/CVC4
2013-11-06 lianahfixed proof regression script and added a new uf test...
2013-11-04 lianahMerge branch 'master' of https://github.com/CVC4/CVC4
2013-10-09 lianahcleaned up proof code
2013-10-09 lianahfixed uf proof bug: now storing deleted theory lemmas
2013-10-08 lianahadded currying for uf proofs; still needs debugging
2013-10-08 lianahfixed uf proof with holes bugs
2013-10-08 Liana Hadareanfirst draft implementation of uf proofs with holes