Enable BV proofs when using an eager bitblaster (#2733)
[cvc5.git] / src / proof / sat_proof_implementation.h
2018-08-27 Andres NoetzliResolution proof: separate printing from proof (#1964)
2018-07-13 Andres NoetzliProperly clean up assertion stack in CnfProof (#2147)
2018-06-25 Aina NiemetzUpdated copyright headers.
2018-05-23 Andres NoetzliRemove ProofProxy (#1965)
2017-08-24 Andrew ReynoldsMerge pull request #191 from timothy-king/cleanup-regexp
2017-08-09 Andres NoetzliFix compiler warning in sat_proof_implementation
2017-07-07 Mathias PreinerUpdate copyright headers.
2017-06-30 Andres NötzliFix use-after-free with unsat cores/proofs (#174)
2017-06-21 Andrew ReynoldsMerge pull request #175 from CVC4/fix_uninit
2017-06-16 Clark BarrettMerge pull request #170 from CVC4/fix_2_6_parser3
2017-06-16 Andres NötzliFix segfault by making unit conflict CDMaybe
2017-05-28 Clark BarrettMerge pull request #164 from CVC4/fix_comp
2017-05-26 Andres NoetzliFix use-after-free with ResChains
2017-03-23 guykatzzsupport incremental unsat cores
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-08-03 GuyFixed an issue where arrays proofs would sometimes...
2016-07-26 GuyAdded functionality to retrieve a lemma's "weakest...
2016-07-20 GuyAllow a caller to query whether an unsat core is availa...
2016-07-05 PaulMengMerge branch 'master' of https://github.com/CVC4/CVC4.git
2016-06-06 guykatzzMerge pull request #85 from CVC4/master_for_proof_merge
2016-06-02 GuyMerge from proof branch
2016-06-02 GuyRevert "Merging proof branch"
2016-06-02 GuyMerging proof branch
2016-04-30 Liana HadareanReviewed Tim's Asan changes and improved SatProof comments.
2016-04-26 Tim KingFixing memory leaks for garbage collection of ResChains...
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.