Fix regression option (#4680)
[cvc5.git] / src / proof / bitvector_proof.cpp
2020-06-16 Aina NiemetzUpdate copyright headers.
2020-02-27 Andres NoetzliFix -Wshadow warnings in common headers (#3826)
2020-01-30 Alex OzdemirexpectedType in proof-printing code (#3665)
2019-12-17 Mathias PreinerGenerate code for options with modes. (#3561)
2019-10-30 Mathias PreinerUnify CVC4_CHECK/CVC4_DCHECK/AlwaysAssert/Assert. ...
2019-03-26 Aina NiemetzUpdate copyright headers.
2019-03-16 Alex OzdemirEnable CryptoMiniSat-backed BV proofs (#2847)
2019-01-14 Alex OzdemirClausalBitvectorProof (#2786)
2018-12-17 Aina NiemetzNew C++ API: Add tests for term object. (#2755)
2018-12-07 Alex OzdemirEnable BV proofs when using an eager bitblaster (#2733)
2018-12-03 Alex OzdemirBit vector proof superclass (#2599)
2018-08-27 Andres NoetzliResolution proof: separate printing from proof (#1964)
2018-06-25 Aina NiemetzUpdated copyright headers.
2018-04-25 yoni206Refactor array-proofs and uf-proofs (#1655)
2018-04-02 Mathias PreinerReorganize bitblaster code. (#1695)
2017-11-16 Tim KingInitializes BitVectorProof::d_isAssumptionConflict...
2017-07-07 Mathias PreinerUpdate copyright headers.
2017-03-23 guykatzzsupport incremental unsat cores
2017-03-02 ajreynolEliminate Boolean term conversion. Generalizes removeIT...
2016-10-13 Tim KingRevert "Merge branch 'origin' of https://github.com...
2016-10-11 Paul MengMerge branch 'origin' of https://github.com/CVC4/CVC4.git
2016-08-24 PaulMengMerge remote-tracking branch 'origin/master'
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 GuyMerge branch 'master' of https://github.com/CVC4/CVC4
2016-07-26 GuyLetification of BV constants
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-07-01 GuyHandle bitvector lemmas where a literal gets rewritten...
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-03 GuyA better mechanism for handling BV terms with aliases...
2016-06-02 GuyFixed a magical bug that only appears when compiling...
2016-06-02 GuyFix
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-27 Liana HadareanMerged bit-vector and uf proof branch.