Handle `expectedType` in TheoryProofEngine (#3691)
[cvc5.git] / src / proof / theory_proof.h
2020-02-01 Alex OzdemirHandle `expectedType` in TheoryProofEngine (#3691)
2020-01-30 Alex OzdemirexpectedType in proof-printing code (#3665)
2019-12-31 Alex Ozdemir[proof] ITE translation fix (#3484)
2019-04-24 Mathias PreinerDo not use __ prefix for header guards. (#2974)
2019-03-26 Aina NiemetzUpdate copyright headers.
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-05 Mathias PreinerEnable -Wsuggest-override by default. (#1643)
2017-07-21 Tim KingMerge branch 'master' into cleanup-regexp
2017-07-21 Tim KingMoving from the gnu extensions for hash maps to the...
2017-07-07 Mathias PreinerUpdate copyright headers.
2017-03-17 guykatzzbetter support for proof production when encountering...
2017-03-14 Clark BarrettMerge pull request #132 from 4tXJ7f/fix_mingw64
2017-03-09 guykatzzbetter proof support for bools and formulas
2016-08-24 PaulMengMerge remote-tracking branch 'origin/master'
2016-08-06 guykatzzMerge pull request #88 from 4tXJ7f/fix_comments
2016-08-05 Andres NotzliMinor: add/fix comments, remove redundant includes
2016-07-27 guykatzzMerge pull request #86 from 4tXJ7f/fix_warnings
2016-07-27 Andres NotzliFix warnings in src/proof
2016-07-26 GuyPropagate the usage of proof let maps into constant...
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-05 PaulMengMerge branch 'master' of https://github.com/CVC4/CVC4.git
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-01-28 Tim KingAdding listeners to Options.
2016-01-27 Liana HadareanMerged bit-vector and uf proof branch.
2015-12-24 Tim KingMiscellaneous fixes
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-24 Morgan DetersJava datatype API fixups, datatype API examples
2013-12-23 Morgan DetersProof-checking code; fixups of segfaults and missing...
2013-12-05 Morgan DetersUpdate copyrights, add missing file-level documentation...
2013-11-21 Tianyi LiangMerge branch 'master' of github.com:tiliang/CVC4
2013-11-13 Morgan DetersAdd virtual destructors where missing
2013-11-06 Tianyi LiangMerge branch 'master' of github.com:tiliang/CVC4
2013-11-04 lianahMerge branch 'master' of https://github.com/CVC4/CVC4
2013-10-09 lianahcleaned up proof code
2013-10-08 lianahadded currying for uf proofs; still needs debugging
2013-10-08 Liana Hadareanfirst draft implementation of uf proofs with holes