Use symbol manager for unsat cores (#5468)
[cvc5.git] / src / proof / proof_manager.cpp
2020-10-28 Andrew ReynoldsRemove more uses of Expr (#5357)
2020-09-22 Mathias PreinerUpdate copyright header script to support CMake and...
2020-09-01 Haniel BarbosaRemoves old proof code (#4964)
2020-06-19 Haniel BarbosaGeneralize atom collection in old proof code (#4626)
2020-06-16 Aina NiemetzUpdate copyright headers.
2020-03-27 Andres NoetzliFix issues with unsat cores and reset-assertions (...
2020-03-18 Alex OzdemirMove node visitor class from smt_util/ to expr/ (#4110)
2020-03-05 Mathias PreinerEnable -Wshadow and fix warnings. (#3909)
2019-12-17 Mathias PreinerGenerate code for options with modes. (#3561)
2019-11-19 Alex OzdemirAdd a few comments to ProofManager (#3477)
2019-10-30 Mathias PreinerUnify CVC4_CHECK/CVC4_DCHECK/AlwaysAssert/Assert. ...
2019-07-02 Alex OzdemirOptimize DRAT optimization: clause matching (#3074)
2019-03-26 Aina NiemetzUpdate copyright headers.
2019-03-16 Alex OzdemirEnable CryptoMiniSat-backed BV proofs (#2847)
2019-03-13 Andres NoetzliAdd statistics for proof gen./checking time, size ...
2018-12-07 Alex OzdemirEnable BV proofs when using an eager bitblaster (#2733)
2018-12-03 Alex OzdemirBit vector proof superclass (#2599)
2018-09-25 yoni206carefully printing trusted assertions in proofs (#2505)
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-03-07 Mathias PreinerMake statistics output consistent. (#1647)
2017-11-15 Tim KingAdding garbage collection for Proof objects. (#1294)
2017-07-07 Mathias PreinerUpdate copyright headers.
2017-05-04 guykatzzskolemization manager may be called also when just...
2017-03-23 guykatzzsupport incremental unsat cores
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-10-11 Paul MengMerge branch 'origin' of https://github.com/CVC4/CVC4.git
2016-10-06 guykatzzAdded an option that allow empty dependencies when...
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-03 GuyFixed an issue where arrays proofs would sometimes...
2016-08-03 barrettcwMerge pull request #87 from 4tXJ7f/fix_oob_access
2016-07-28 GuyThe "aggressive" optimizer for lemma L now returns...
2016-07-28 GuyMerge branch 'master' of https://github.com/CVC4/CVC4
2016-07-28 GuyBug fix involving negated lemmas
2016-07-27 GuyProper handling of IFF lemmas in the unsat core.
2016-07-27 GuyAdded an option for a more aggressive weakest implicant...
2016-07-27 GuyIf we can't find a weaker implicant, fail gracefully...
2016-07-26 GuyMerge branch 'master' of https://github.com/CVC4/CVC4
2016-07-26 GuyBug fix:
2016-07-26 GuyMerge branch 'master' of https://github.com/CVC4/CVC4
2016-07-26 GuyLetification of BV constants
2016-07-26 GuyAdded functionality to retrieve a lemma's "weakest...
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-20 GuyBug fix
2016-07-20 GuyAllow a caller to query whether an unsat core is availa...
2016-07-15 GuyMoved the assertion to a better spot
2016-07-15 GuyThe ProofManager now allows theory solvers to get their...
2016-07-05 PaulMengMerge branch 'master' of https://github.com/CVC4/CVC4.git
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-20 GuyMerge branch 'master' of https://github.com/CVC4/CVC4
2016-06-20 GuyAddressed a bug that occurs when proof production is...
2016-06-20 GuyMerge branch 'master' of https://github.com/CVC4/CVC4
2016-06-20 GuyFixed a bug where the proofManager's init() call was...
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-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-15 Tim KingRefactoring Options Handler & Library Cycle Breaking
2015-06-01 ajreynolWhen proof enabled, disable uf sym break. Add regression.
2015-05-12 barrettcwMerge pull request #74 from finnhaedicke/namespace_minisat
2015-04-23 Clark BarrettMerge branch 'master' into google
2015-04-23 Liana HadareanAdded option for --check-unsat-cores and various core...
2015-03-16 Liana HadareanFixed proof unitialized memory and minor memory leaks.
2015-03-10 ajreynolCNF proofs. Infrastructure for preprocessing proofs...
2014-11-10 Morgan DetersMerge branch '1.4.x'
2014-11-07 Morgan DetersMerge branch '1.4.x'
2014-11-07 Morgan DetersMerge branch '1.4.x'
2014-11-07 Morgan DetersMerge branch '1.4.x'
2014-11-05 Morgan DetersMerge branch '1.4.x'
2014-10-17 Morgan DetersMerge branch '1.4.x'
2014-10-16 Morgan DetersMerge branch '1.4.x'
2014-10-11 Morgan DetersMerge branch '1.4.x'
2014-10-10 Kshitij BansalMerge remote-tracking branch 'origin/1.4.x'
2014-10-09 Morgan DetersMerge branch '1.4.x'
2014-10-07 Morgan DetersMerge branch '1.4.x'
2014-10-06 Morgan DetersMerge branch '1.4.x'
2014-10-06 Morgan DetersMerge branch '1.4.x'
2014-10-03 Morgan DetersMerge branch '1.4.x'
2014-10-03 Morgan DetersMerge branch '1.4.x'
2014-10-02 Morgan DetersMerge branch '1.4.x'.
2014-09-30 Morgan DetersMerge branch '1.4.x'
2014-09-27 Morgan DetersMerge branch '1.4.x'
2014-09-26 Morgan DetersMerge branch '1.4.x'
next