Cleanup some includes (#5847)
[cvc5.git] / src / theory / theory_engine.cpp
2021-02-02 Andrew ReynoldsCleanup some includes (#5847)
2021-01-28 Andrew ReynoldsReorganize calls to quantifiers engine from SmtEngine...
2021-01-28 Andrew ReynoldsSimplify lemma interface (#5819)
2021-01-28 Andrew ReynoldsUse standard equality engine information in quantifiers...
2021-01-27 Andrew Reynolds(proof-new) Improvements to quantifiers engine and...
2021-01-26 Andrew ReynoldsRefactor quantifiers engine initialization (#5813)
2021-01-24 Andrew ReynoldsAdd interface for getting preprocessed term (#5798)
2020-12-22 Andrew ReynoldsMake theory preprocess rewrite equalities a preprocessi...
2020-12-21 Andrew ReynoldsMove ownership of theory preprocessor to TheoryProxy...
2020-12-16 Andrew ReynoldsMove ownership of term formula removal to theory prepro...
2020-12-10 Gereon KremerFixed a bunch of clang warnings. (#5637)
2020-12-09 Andrew Reynolds(proof-new) Make theory preprocessor proofs self contai...
2020-12-09 Andrew ReynoldsMake decision engine independent of AssertionsPipeline...
2020-12-07 Andrew ReynoldsDo not expand theory definitions at the beginning of...
2020-12-07 Andrew Reynolds (proof-new) Split proof ensure closed checks to own...
2020-11-20 Andrew ReynoldsFix remove term formula policy for terms beneath quanti...
2020-11-19 Andrew ReynoldsEnable new implementation of CEGQI based on nested...
2020-11-19 Andrew ReynoldsFix issues related to eliminating extended arithmetic...
2020-11-10 Andrew ReynoldsAdd proper support for the declare-heap command for...
2020-10-22 Andrew Reynolds(proof-new) Make theory preprocessor user-context depen...
2020-10-20 Andrew Reynolds(proof-new) Update add lazy step interface in LazyCDPro...
2020-10-18 Andrew Reynolds(proof-new) Improvements for theory engine (#5292)
2020-10-09 Andrew Reynolds(proof-new) Theory engine proof producing (#5195)
2020-10-06 Andrew Reynolds(proof-new) Add interface for trusted substitution...
2020-09-26 Andrew ReynoldsConnect the shared solver to theory engine (#5103)
2020-09-22 mudathirmahgoubAdd skeleton for theory of bags (multisets) (#5100)
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-15 Andrew ReynoldsMove quantifiers engine private to own file (#5053)
2020-09-12 Andrew Reynolds(proof-new) Update TheoryEngine lemma and conflict...
2020-09-03 Andrew ReynoldsMinor cleanup of quantifiers engine (#4994)
2020-09-03 Andrew Reynolds(proof-new) Support proofs of quantifier instantiation...
2020-09-01 Haniel BarbosaRemoves old proof code (#4964)
2020-08-28 Andrew ReynoldsReplace Theory::Set with TheoryIdSet (#4959)
2020-08-28 Andrew Reynolds(proof-new) Make CombinationEngine proof producing...
2020-08-26 Andrew ReynoldsConnect combination engine to theory engine (#4940)
2020-08-25 Andrew ReynoldsAdd the combination engine (#4939)
2020-08-24 Andrew ReynoldsExtend the standard Theory template based on equality...
2020-08-21 Andrew ReynoldsDynamic allocation of model equality engine (#4911)
2020-08-21 Andrew ReynoldsConnect the relevance manager to TheoryEngine and use...
2020-08-21 Andrew ReynoldsRemove BV equality slicer (#4928)
2020-08-18 Andrew Reynolds(proof-new) Theory preprocessor proof producing (#4807)
2020-08-18 Andrew ReynoldsQuantifiers engine stores a pointer to the master equal...
2020-08-17 Andrew ReynoldsDynamic allocation of equality engine in Theory (#4890)
2020-08-05 Andrew V. JonesWhen checking models, ensure that error message is...
2020-07-28 Andrew ReynoldsUse lemma property enum for OutputChannel::lemma (...
2020-07-27 Andrew Reynolds(proof-new) Proof production for term formula removal...
2020-07-15 Andrew ReynoldsSimplify entailment check interface (#4744)
2020-07-14 Andres NoetzliFix caching in TheoryEngine::getExplanation() (#4736)
2020-07-11 Andrew ReynoldsCache explanations in TheoryEngine::getExplanation...
2020-07-11 Andrew Reynolds(proof-new) Update Theory interface for proof-new ...
2020-07-07 Andrew ReynoldsTransfer ownership of internal Options from NodeManager...
2020-06-16 Aina NiemetzUpdate copyright headers.
2020-06-12 Andrew Reynolds(proof-new) Split TheoryEngine (#4558)
2020-06-03 Andrew ReynoldsUpdate CEGQI to use lemma status instead of forcing...
2020-04-02 Andres NoetzliInitialize theory rewriters in theories (#4197)
2020-03-31 Andrew ReynoldsRemove replay and use-theory options and idl (#4186)
2020-03-18 Alex OzdemirMove node visitor class from smt_util/ to expr/ (#4110)
2020-03-05 Aina NiemetzMove ownership of DecisionEngine into PropEngine. ...
2020-03-05 Aina NiemetzRevert "Move ownership of DecisionEngine into PropEngin...
2020-03-05 Andrew ReynoldsMove ownership of DecisionEngine into PropEngine. ...
2020-03-05 Mathias PreinerEnable -Wshadow and fix warnings. (#3909)
2020-02-29 Andrew Reynolds Throw warning instead of error for non-constant values...
2020-02-27 Andrew ReynoldsInitial work towards -Wshadow (#3817)
2020-02-26 Andres NoetzliRemove portfolio leftovers (#3821)
2020-02-22 makaimannDump boolean propagations and conflicts for decision...
2020-02-20 Mathias Preinerresource manager: Add statistic for every resource...
2020-02-17 Andrew Reynolds Fix soundness bug in reduction of integer div/mod...
2019-12-17 Mathias PreinerGenerate code for options with modes. (#3561)
2019-12-16 makaimannTrace tags for dumping the decision tree in org-mode...
2019-11-04 Andrew ReynoldsMake check synth solution robust to auxiliary assertion...
2019-11-04 Andrew ReynoldsMake getSynthSolution return a Bool (#3306)
2019-10-30 Mathias PreinerUnify CVC4_CHECK/CVC4_DCHECK/AlwaysAssert/Assert. ...
2019-10-15 Andres NoetzliFix OOB access (#3383)
2019-10-11 Aina NiemetzMake order of theories explicit in the source code...
2019-09-19 Andrew ReynoldsSupport context-(in)dependent decision strategies....
2019-09-16 Andrew ReynoldsRemove equality inference option for quantifiers (...
2019-09-16 Andrew ReynoldsReturn RecoverableModalException when model is not...
2019-04-17 Andrew ReynoldsMore use of isClosure (#2959)
2019-03-26 Aina NiemetzUpdate copyright headers.
2018-11-27 Andrew ReynoldsLazy model construction in TheoryEngine (#2633)
2018-10-04 Andrew ReynoldsClean remaining references to getNextDecisionRequest...
2018-09-15 Andres NoetzliRefactor how assertions are added to decision engine...
2018-09-12 Andrew Reynolds Initial infrastructure for theory decision manager...
2018-09-04 Andrew ReynoldsMinor improvements to theory model builder interface...
2018-08-26 Andres NoetzliRefactor unconstrained simplification pass (#2374)
2018-08-23 Aina NiemetzRefactor ITE simplification preprocessing pass. (#2360)
2018-08-17 Andrew ReynoldsRemove support for flipDecision (#2319)
2018-08-17 Tim King Initialize inputAssertions only when proofRecipe is...
2018-08-16 Andres NoetzliMove node algorithms to separate file (#2311)
2018-06-28 Andrew ReynoldsRemove comment about model value hack (#2118)
2018-05-27 Andrew ReynoldsFix cegqi assertions for quantified non-linear cases...
2018-05-23 Andrew ReynoldsAdd notions of evaluated kinds in TheoryModel (#1947)
2018-05-10 Aina NiemetzRefactored BVAckermann preprocessing pass. (#1889)
2018-05-08 Mathias PreinerRefactor bv-abstraction preprocessing pass. (#1860)
2018-05-08 Andrew ReynoldsInfrastructure for approximations in model output ...
2018-05-03 Andrew ReynoldsInterleave quantifiers checks with ground theory checks...
2018-04-25 yoni206Refactor bv-to-bool and bool-to-bv preprocessing passes...
2018-04-16 Andres NoetzliRemoveTermFormulas: Remove ContainsTermITEVisitor ...
2018-04-12 Andrew ReynoldsFixes for free variables in assertions (#1762)
next