Improve arithmetic proofs (#6106)
[cvc5.git] / src / proof /
2021-03-09 Aina NiemetzUpdate copyright headers to 2021. (#6081)
2021-03-03 Gereon KremerMore cleanup of includes to reduce compilation times...
2021-01-05 Andrew ReynoldsRemove a few miscellaneous references to the expr layer...
2020-12-03 Aina NiemetzUpdate copyright headers.
2020-11-19 Aina NiemetzInclude stddef.h (needed for size_t) in cvc4_public...
2020-11-19 Andrew ReynoldsUse symbol manager for unsat cores (#5468)
2020-10-28 Andrew ReynoldsRemove more uses of Expr (#5357)
2020-09-22 Mathias PreinerUpdate copyright header script to support CMake and...
2020-09-16 Abdalrhman MohamedDump commands in internal code using command printing...
2020-09-01 Haniel BarbosaRemoves old proof code (#4964)
2020-08-17 Andrew ReynoldsDynamic allocation of equality engine in Theory (#4890)
2020-07-28 Andrew ReynoldsUse lemma property enum for OutputChannel::lemma (...
2020-07-11 Andrew Reynolds(proof-new) Update Theory interface for proof-new ...
2020-07-03 Andres NoetzliRemove SWIG bindings (#4683)
2020-06-19 Haniel BarbosaGeneralize atom collection in old proof code (#4626)
2020-06-18 Andres NoetzliImprove memory management in Java bindings (#4629)
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-16 Alex OzdemirRemove AlwaysAssert(false) for hole.
2020-03-16 Alex OzdemirOnly save farkas+tightening proofs. Error on holes
2020-03-11 Andres NoetzliSet assertion in `CnfStream::ensureLiteral()` (#3927)
2020-03-05 Mathias PreinerEnable -Wshadow and fix warnings. (#3909)
2020-02-27 Andres NoetzliFix -Wshadow warnings in common headers (#3826)
2020-02-22 Alex OzdemirSwitch to th_lira.plf (#3741)
2020-02-20 Andrew ReynoldsRemove front-end support for Chain (#3767)
2020-02-12 Andres NoetzliRename Java package to edu.stanford.CVC4 (#3752)
2020-02-11 Alex OzdemirImplement LFSCArithProof::equalityType. (#3740)
2020-02-10 Alex OzdemirAdd function for tightening literals (#3732)
2020-02-07 Alex OzdemirPropagate expected types through UF arguments (#3717)
2020-02-07 Alex OzdemirAdd `ArithProof::{printInteger,getLfscFunction}` (...
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-12-17 Mathias PreinerGenerate code for options with modes. (#3561)
2019-12-06 Alex Ozdemir[proof] Eliminate side-condition from ER signature...
2019-11-19 Alex OzdemirAdd a few comments to ProofManager (#3477)
2019-11-18 Andres NoetzliUse -Wimplicit-fallthrough (#3464)
2019-10-30 Mathias PreinerUnify CVC4_CHECK/CVC4_DCHECK/AlwaysAssert/Assert. ...
2019-07-22 Andres NoetzliAvoid move constructor of std::fstream for GCC < 5...
2019-07-02 Alex OzdemirOptimize DRAT optimization: clause matching (#3074)
2019-06-21 Andres NoetzliUse TMPDIR environment variable for temp files (#2849)
2019-06-13 Haniel BarbosaFix warning (#3053)
2019-06-05 Alex OzdemirDRAT-Optimization (#2971)
2019-05-16 Andres NoetzliFix iterators in Java API (#3000)
2019-04-24 Mathias PreinerDo not use __ prefix for header guards. (#2974)
2019-04-18 Andrew Reynolds Less aggressive caching in equality engine when proofs...
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 ...
2019-03-01 Alex OzdemirErProof class with LFSC output (#2812)
2019-01-18 Alex OzdemirExtract DIMACS Printing (#2800)
2019-01-14 Alex OzdemirClausalBitvectorProof (#2786)
2019-01-13 Alex OzdemirLFSC LRAT Output (#2787)
2019-01-12 Alex OzdemirLratInstruction inheritance (#2784)
2019-01-11 Alex OzdemirFixed linking against drat2er, and use drat2er (#2785)
2019-01-09 Alex OzdemirClause proof printing (#2779)
2019-01-09 Alex OzdemirLFSC drat output (#2776)
2019-01-06 Alex Ozdemir[DRAT] DRAT data structure (#2767)
2019-01-04 Alex Ozdemir[LRAT] A C++ data structure for LRAT. (#2737)
2019-01-03 Alex Ozdemir[LRA proof] Recording & Printing LRA Proofs (#2758)
2018-12-17 Aina NiemetzNew C++ API: Add tests for term object. (#2755)
2018-12-15 Alex Ozdemir [LRA Proof] Storage for LRA proofs (#2747)
2018-12-07 Alex OzdemirEnable BV proofs when using an eager bitblaster (#2733)
2018-12-06 Andres NoetzliFix use-after-free due to destruction order (#2739)
2018-12-03 Alex OzdemirBit vector proof superclass (#2599)
2018-11-20 Alex OzdemirChange lemma proof step storage & iterators (#2712)
2018-09-25 yoni206carefully printing trusted assertions in proofs (#2505)
2018-09-22 Mathias Preinercmake: Remove unused CMakeLists.txt
2018-09-22 Aina Niemetzcmake: Added initial build infrastructure.
2018-08-27 Andres NoetzliResolution proof: separate printing from proof (#1964)
2018-08-17 Andrew ReynoldsRemove support for flipDecision (#2319)
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)
2018-05-03 Andres NoetzliFix warnings in proof code (#1850)
2018-04-25 yoni206Refactor array-proofs and uf-proofs (#1655)
2018-04-02 Mathias PreinerReorganize bitblaster code. (#1695)
2018-03-07 Mathias PreinerMake statistics output consistent. (#1647)
2018-03-05 Mathias PreinerEnable -Wsuggest-override by default. (#1643)
2018-02-10 Aina NiemetzMove BitVector specific funs from bv::utils to util...
2018-02-09 Tim KingReplacing an incorrect reference to an injected class...
2017-11-16 Tim KingInitializes BitVectorProof::d_isAssumptionConflict...
2017-11-15 Tim KingAdding garbage collection for Proof objects. (#1294)
2017-10-26 Tim KingRemoving throw specifiers from OutputChannel and subcla...
2017-10-25 Tim KingSwitching EqProof to use shared_ptr everywhere. (...
2017-10-11 Tim KingCleaning up ProofArray class. (#1208)
2017-10-11 Andrew ReynoldsMove unsat core names to smt engine (#1192)
2017-09-19 Andres NoetzliFix issue #1074, improve non-fatal error handling ...
2017-08-24 Andrew ReynoldsMerge pull request #191 from timothy-king/cleanup-regexp
2017-08-21 Mathias PreinerChange Bugzilla urls to Github issues.
2017-08-09 Andres NoetzliFix compiler warning in sat_proof_implementation
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-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-31 guykatzzA more informative error message when a theory is not...
next