Move first order model for full model check to own file (#5918)
[cvc5.git] / src / theory / theory.h
2021-01-26 Andrew ReynoldsRefactor quantifiers engine initialization (#5813)
2021-01-19 Alex OzdemirImplement proofs for arith BRAB lemmas (#5784)
2020-12-22 Andrew ReynoldsMake theory preprocess rewrite equalities a preprocessi...
2020-11-10 Andrew ReynoldsAdd proper support for the declare-heap command for...
2020-10-14 Andrew Reynolds (proof-new) Miscellaneous minor improvements and fixes...
2020-10-06 Andrew Reynolds(proof-new) Add interface for trusted substitution...
2020-10-03 Andrew ReynoldsStandardization of Theory (#5181)
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-03 Andrew ReynoldsMake ExtTheory independent of Theory (#5010)
2020-09-01 Haniel BarbosaRemoves old proof code (#4964)
2020-08-31 Andrew ReynoldsSimplify interface for computing relevant terms. (...
2020-08-28 Andrew ReynoldsReplace Theory::Set with TheoryIdSet (#4959)
2020-08-27 Andrew ReynoldsAdd the theory inference manager (#4948)
2020-08-27 Andrew Reynolds(new theory) Update TheoryUF to new interface (#4944)
2020-08-24 Andrew ReynoldsExtend the standard Theory template based on equality...
2020-08-18 Andrew ReynoldsIntroduce the theory state object (#4910)
2020-08-18 Andrew ReynoldsStandardize collectModelInfo and theory-specific collec...
2020-08-17 Andrew ReynoldsDynamic allocation of equality engine in Theory (#4890)
2020-08-15 Andrew ReynoldsMinor cleanup related to notifications (#4898)
2020-08-13 Andrew ReynoldsAdd the distributed equality engine manager (#4867)
2020-07-16 Andrew ReynoldsMake ExtTheory a utility and not a member of Theory...
2020-07-15 Andrew ReynoldsSimplify entailment check interface (#4744)
2020-07-11 Andrew Reynolds(proof-new) Update Theory interface for proof-new ...
2020-06-16 Aina NiemetzUpdate copyright headers.
2020-05-20 Andrew ReynoldsDo not eliminate variables that are equal to unevaluata...
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-02-27 Andrew ReynoldsInitial work towards -Wshadow (#3817)
2019-12-17 Mathias PreinerGenerate code for options with modes. (#3561)
2019-10-30 Mathias PreinerUnify CVC4_CHECK/CVC4_DCHECK/AlwaysAssert/Assert. ...
2019-10-11 Aina NiemetzMake order of theories explicit in the source code...
2019-08-28 Andrew ReynoldsRemoving comments related to issues (#3232)
2019-04-24 Mathias PreinerDo not use __ prefix for header guards. (#2974)
2019-03-26 Aina NiemetzUpdate copyright headers.
2018-10-04 Andrew ReynoldsClean remaining references to getNextDecisionRequest...
2018-09-12 Andrew Reynolds Initial infrastructure for theory decision manager...
2018-08-08 Andres NoetzliDelete functions instead of using CVC4_UNDEFINED (...
2018-07-13 Andrew Reynolds sygusComp2018: optimization for collect model info...
2018-07-06 Andrew ReynoldsSplit ext theory to own file and document (#1809)
2018-06-25 Aina NiemetzUpdated copyright headers.
2018-04-12 Andrew ReynoldsFixes for free variables in assertions (#1762)
2018-03-07 Mathias PreinerMake statistics output consistent. (#1647)
2018-01-16 Tim KingRemoving more miscellaneous throw specifiers. (#1509)
2017-12-08 Andrew ReynoldsMake collect model info return a Bool (#1421)
2017-11-15 Tim KingRemoves an unused variable from Theory. (#1375)
2017-10-28 Andrew ReynoldsDocument term db (#1220)
2017-09-10 Andrew ReynoldsEnsure that expand definitions is called on all non...
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-13 Aina NiemetzMerge pull request #188 from aniemetz/cx11
2017-07-12 ajreynolMake type rules more strict for operators whose type...
2017-07-07 Mathias PreinerUpdate copyright headers.
2017-04-04 ajreynolSimplify Theory::collectModelInfo interface to not...
2017-04-04 Clark BarrettMerge pull request #141 from 4tXJ7f/remove_def
2017-04-03 Andrew ReynoldsMerge pull request #142 from timothy-king/nlAlgMerge
2017-04-03 Tim KingAdding a model based axiom instantiation scheme for...
2017-03-29 Clark BarrettFix for bug 733
2017-03-28 Tim KingMinor cleanups to ExtTheory.
2017-03-28 Tim KingRemoving the friend class modifier from ExtTheory to...
2017-03-27 Clark BarrettMerge pull request #137 from 4tXJ7f/throw_quals
2017-03-27 Tim KingMaking the ExtTheory object a private member of Theory.
2017-03-27 Tim KingMaking ppNotifyAssertions take a const vector.
2017-03-27 Tim KingMoving the CareGraph into its own file.
2017-03-27 Tim KingMoving the theory::Assertion struct into its own file.
2016-11-09 Tim KingMerge branch 'master' into uniq-ptr
2016-11-08 ajreynolMinor fixes related to ExtTheory + incremental, fixes...
2016-11-03 ajreynolAdd priorities to getNextDecision. Properly handle...
2016-10-13 ajreynolMerging bv parts of ajr/bvExt branch, minor additions...
2016-10-11 Paul MengMerge branch 'origin' of https://github.com/CVC4/CVC4.git
2016-10-01 Tim KingMerge pull request #93 from timothy-king/clang-format
2016-10-01 ajreynolIncorporate non-bv parts of ajr/bvExt branch
2016-08-25 ajreynolMinor cleanup preprocessing, add ppNotifyAssertions.
2016-08-24 PaulMengMerge remote-tracking branch 'origin/master'
2016-08-16 ajreynolInitial infrastructure for ExtTheory, generalize extend...
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-20 GuyMerge branch 'master' of https://github.com/CVC4/CVC4
2016-06-17 ajreynolSupport for separation logic. Enable cbqi by default...
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-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-15 Tim KingRefactoring Options Handler & Library Cycle Breaking
2014-11-27 Tianyi LiangMerge branch 'master' of github.com:tiliang/CVC4
2014-11-17 Morgan DetersNew, uniform checkTime statistic for all theories ...
2014-11-10 Morgan DetersMerge branch '1.4.x'
2014-11-07 Morgan DetersMerge branch '1.4.x'
2014-11-07 Morgan DetersMerge branch '1.4.x'
2014-11-07 Morgan DetersMerge branch '1.4.x'
next