summaryrefslogtreecommitdiff
path: root/src/proof/proof_manager.cpp
AgeCommit message (Expand)Author
2021-05-20Remove old unsat cores (#6581)Haniel Barbosa
2021-04-22Reconciling proofs and unsat cores (#6405)Haniel Barbosa
2021-04-14Refactor / reimplement statistics (#6162)Gereon Kremer
2021-04-12Refactor and update copyright headers. (#6316)Aina Niemetz
2021-04-01Rename namespace CVC5 to cvc5. (#6258)Aina Niemetz
2021-03-31Rename namespace CVC4 to CVC5. (#6249)Aina Niemetz
2021-03-09Update copyright headers to 2021. (#6081)Aina Niemetz
2020-10-28Remove more uses of Expr (#5357)Andrew Reynolds
2020-09-22Update copyright header script to support CMake and Python files (#5067)Mathias Preiner
2020-09-01Removes old proof code (#4964)Haniel Barbosa
2020-06-19Generalize atom collection in old proof code (#4626)Haniel Barbosa
2020-06-16Update copyright headers.Aina Niemetz
2020-03-27Fix issues with unsat cores and reset-assertions (#4159)Andres Noetzli
2020-03-18Move node visitor class from smt_util/ to expr/ (#4110)Alex Ozdemir
2020-03-05Enable -Wshadow and fix warnings. (#3909)Mathias Preiner
2019-12-17Generate code for options with modes. (#3561)Mathias Preiner
2019-11-18Add a few comments to ProofManager (#3477)Alex Ozdemir
2019-10-30Unify CVC4_CHECK/CVC4_DCHECK/AlwaysAssert/Assert. (#3366)Mathias Preiner
2019-07-02Optimize DRAT optimization: clause matching (#3074)Alex Ozdemir
2019-03-26Update copyright headers.Aina Niemetz
2019-03-16Enable CryptoMiniSat-backed BV proofs (#2847)Alex Ozdemir
2019-03-13Add statistics for proof gen./checking time, size (#2850)Andres Noetzli
2018-12-06Enable BV proofs when using an eager bitblaster (#2733)Alex Ozdemir
2018-12-03Bit vector proof superclass (#2599)Alex Ozdemir
2018-09-25carefully printing trusted assertions in proofs (#2505)yoni206
2018-08-27Resolution proof: separate printing from proof (#1964)Andres Noetzli
2018-07-13Properly clean up assertion stack in CnfProof (#2147)Andres Noetzli
2018-06-25Updated copyright headers.Aina Niemetz
2018-03-06Make statistics output consistent. (#1647)Mathias Preiner
2017-11-15Adding garbage collection for Proof objects. (#1294)Tim King
2017-07-07Update copyright headers.Mathias Preiner
2017-05-04skolemization manager may be called also when just unsatCores are on (related...guykatzz
2017-03-23support incremental unsat coresguykatzz
2017-03-17better support for proof production when encountering bool terms: handle the ...guykatzz
2017-03-09better proof support for bools and formulasguykatzz
2016-10-05Added an option that allow empty dependencies when attempting to minimize pre...guykatzz
2016-08-11Add support for fewer preprocessing holesAndres Notzli
2016-08-03Fixed an issue where arrays proofs would sometimes have an extra ")" at the end.Guy
2016-07-28The "aggressive" optimizer for lemma L now returns the conjunction of all lem...Guy
2016-07-28Bug fix involving negated lemmasGuy
2016-07-27Proper handling of IFF lemmas in the unsat core.Guy
2016-07-27Added an option for a more aggressive weakest implicant optimizationGuy
2016-07-27If we can't find a weaker implicant, fail gracefully and return the original ...Guy
2016-07-26Bug fix:Guy
2016-07-26Letification of BV constantsGuy
2016-07-26Added functionality to retrieve a lemma's "weakest implicant" in the unsat co...Guy
2016-07-24Use letification for the aliasing declarations as well (consequently, print t...Guy
2016-07-19Bug fixGuy
2016-07-19Allow a caller to query whether an unsat core is available or notGuy
2016-07-15Moved the assertion to a better spotGuy
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback