Add the combination engine (#4939)
[cvc5.git] / src / theory / theory_engine.h
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.
2016-08-24 PaulMengMerge remote-tracking branch 'origin/master'
2016-08-03 barrettcwMerge pull request #87 from 4tXJ7f/fix_oob_access
2016-07-28 GuyProper instrumentation of the preprocessing phase
2016-07-25 GuyMerge branch 'master' of https://github.com/CVC4/CVC4
2016-07-25 GuyProper handling for lemmas that are conjuncts:
2016-07-20 ajreynolInfrastructure for storing and printing heap models...
2016-07-06 ajreynolAdd comment field for model, resolves hack for printing...
2016-07-05 ajreynolRefactor last call for theories, only create one model...
2016-07-05 PaulMengMerge branch 'master' of https://github.com/CVC4/CVC4.git
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-09 Kshitij Bansalcardinality operation for finite sets (based on my...
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-17 ajreynolRefactor quantifiers attributes. Make quantifier elimin...
2016-02-16 ajreynolPublic interface for quantifier elimination. Minor...
2016-02-02 Tim KingMoving dump.*, command.*, model.*, and ite_removal...
2016-01-28 Tim KingAdding listeners to Options.
2016-01-27 Liana HadareanMerged bit-vector and uf proof branch.
2016-01-09 Tim KingRemoving StatisticsRegistry's static functions current...
2016-01-06 Tim KingAdd SmtGlobals Class
2015-12-27 Clark BarrettMerged my changes from experimental branch (new array...
next