Simplify interface to instantiate (#5926)
[cvc5.git] / src / theory / theory_engine.h
2021-02-10 Andrew ReynoldsRefactor term registration visitors (#5875)
2021-02-05 Andrew ReynoldsMiscellaneous cleaning in theory engine (#5854)
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-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-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-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 Mathias PreinerUpdate copyright header script to support CMake and...
2020-09-18 Andrew ReynoldsAdd the shared solver (#4982)
2020-09-16 Abdalrhman MohamedDump commands in internal code using command printing...
2020-09-12 Andrew Reynolds(proof-new) Update TheoryEngine lemma and conflict...
2020-09-03 Andrew ReynoldsMinor cleanup of quantifiers engine (#4994)
2020-09-01 Haniel BarbosaRemoves old proof code (#4964)
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-21 Andrew ReynoldsConnect the relevance manager to TheoryEngine and use...
2020-08-21 Andrew ReynoldsRemove BV equality slicer (#4928)
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-14 Andrew ReynoldsSimplify equality engine notifications (#4896)
2020-07-28 Andrew ReynoldsUse lemma property enum for OutputChannel::lemma (...
2020-07-15 Andrew ReynoldsSimplify entailment check interface (#4744)
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-08 Andres NoetzliPerform theory widening eagerly (#4044)
2020-04-03 Andres NoetzliUpdate theory rewriter ownership, add stats to strings...
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-11 Andres Noetzlireset-assertions: Update TheoryEngine's PropEngine...
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-02-27 Andrew ReynoldsInitial work towards -Wshadow (#3817)
2020-02-26 Andres NoetzliRemove portfolio leftovers (#3821)
2020-02-20 Mathias Preinerresource manager: Add statistic for every resource...
2019-12-17 Mathias PreinerGenerate code for options with modes. (#3561)
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-09-16 Andrew ReynoldsRemove equality inference option for quantifiers (...
2019-09-16 Andrew ReynoldsReturn RecoverableModalException when model is not...
2019-04-24 Mathias PreinerDo not use __ prefix for header guards. (#2974)
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-12 Andrew Reynolds Initial infrastructure for theory decision manager...
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-02 Andrew Reynolds Remove references to deprecated propagate as decision...
2018-06-25 Aina NiemetzUpdated copyright headers.
2018-05-27 Andrew ReynoldsFix cegqi assertions for quantified non-linear cases...
2018-05-10 Aina NiemetzRefactored BVAckermann preprocessing pass. (#1889)
2018-05-08 Mathias PreinerRefactor bv-abstraction preprocessing pass. (#1860)
2018-04-25 yoni206Refactor bv-to-bool and bool-to-bv preprocessing passes...
2018-03-05 Mathias PreinerEnable -Wsuggest-override by default. (#1643)
2018-02-02 Haniel BarbosaOption to check solutions produced by SyGuS solver...
2018-01-16 Tim KingRemoving more miscellaneous throw specifiers. (#1509)
2017-12-08 Andrew ReynoldsMake collect model info return a Bool (#1421)
2017-12-07 Andrew ReynoldsAdd command for define-fun-rec and add to API (#1412)
2017-11-15 Tim KingAdding garbage collection for Proof objects. (#1294)
2017-11-14 Tim KingInitializes NodeTheoryPair::timestamp in the default...
2017-10-26 Tim KingRemoving throw specifiers from OutputChannel and subcla...
2017-10-03 Andres NoetzliUnify hash functions for pairs (#1161)
2017-09-14 MartinFloating point symfpu support (#1093)
2017-08-24 Andrew ReynoldsMerge pull request #191 from timothy-king/cleanup-regexp
2017-08-24 Andres NoetzliFix typos
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-04-04 ajreynolSimplify Theory::collectModelInfo interface to not...
2017-03-27 Clark BarrettMerge pull request #137 from 4tXJ7f/throw_quals
2017-03-27 Tim KingMaking ppNotifyAssertions take a const vector.
2017-03-24 ajreynolRefactor model building for quantifiers to be a single...
2017-03-06 Clark BarrettAdding support for bool-to-bv
2017-03-02 ajreynolEliminate Boolean term conversion. Generalizes removeIT...
2016-11-18 Tim KingRemoving some throw specifiers from OutputChannel....
2016-10-28 ajreynolAdd get instantiations utilities to API.
2016-10-11 Paul MengMerge branch 'origin' of https://github.com/CVC4/CVC4.git
2016-09-02 Tim KingMerge pull request #91 from timothy-king/no-throw
2016-09-01 ajreynolUpdates to cbqi. New strategy --cbqi-nested-qe to...
2016-09-01 Tim KingRemoving the forward declaration of QuantInfo from...
2016-08-25 ajreynolMinor cleanup preprocessing, add ppNotifyAssertions.
next