Add new interfaces to term formula removal and theory preprocess (#5717)
[cvc5.git] / src / theory / theory.cpp
2020-12-23 Andrew ReynoldsMinor simplification to Theory::theoryOf (#5719)
2020-12-03 Aina NiemetzUpdate copyright headers.
2020-10-26 Andrew ReynoldsSend external equalities from collapse selector as...
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-01 Haniel BarbosaRemoves old proof code (#4964)
2020-08-31 Andrew ReynoldsSimplify interface for computing relevant terms. (...
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-19 Andrew ReynoldsMake sets and strings solver states inherit from Theory...
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-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-06-05 Andres NoetzliFix handling of Boolean term variables (#4550)
2020-05-20 Andrew ReynoldsDo not eliminate variables that are equal to unevaluata...
2020-04-03 Andres NoetzliUpdate theory rewriter ownership, add stats to strings...
2019-12-17 Mathias PreinerGenerate code for options with modes. (#3561)
2019-10-30 Mathias PreinerUnify CVC4_CHECK/CVC4_DCHECK/AlwaysAssert/Assert. ...
2019-05-27 Andres NoetzliAvoid substituting Boolean term variables (#3022)
2019-03-26 Aina NiemetzUpdate copyright headers.
2018-09-12 Andrew Reynolds Initial infrastructure for theory decision manager...
2018-08-16 Andres NoetzliMove node algorithms to separate file (#2311)
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-03-09 Mathias PreinerFix Travis for unit test compilation errors. (#1651)
2018-03-07 Mathias PreinerMake statistics output consistent. (#1647)
2018-01-16 Tim KingRemoving more miscellaneous throw specifiers. (#1509)
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-12 ajreynolAdd nullary operator metakind.
2017-04-04 ajreynolDo not solve for 0-ary non-constant symbols (for which...
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-28 Tim KingFixing a bug for checking whether a node was visited.
2017-03-28 Tim KingMinor cleanups to ExtTheory.
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 KingMoving the CareGraph into its own file.
2017-03-02 ajreynolEliminate Boolean term conversion. Generalizes removeIT...
2016-11-09 Tim KingMerge branch 'master' into uniq-ptr
2016-11-08 ajreynolMinor fixes related to ExtTheory + incremental, fixes...
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-24 PaulMengMerge remote-tracking branch 'origin/master'
2016-08-16 ajreynolInitial infrastructure for ExtTheory, generalize extend...
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-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...
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-07-10 Kshitij BansalMerge remote-tracking branch 'origin/master' into segfa...
2014-07-01 Morgan DetersUpdate copyrights.
2014-06-06 Kshitij BansalMerge pull request #28 from kbansal/sets
2014-06-06 Tim KingPatch for the subtype theoryof mode to make the equalit...
2014-05-26 Tim KingFixing a soundness bug due to the default implmentation...
2014-05-01 Kshitij BansalMerge remote-tracking branch 'upstream/master' into...
2014-04-30 Tim KingT-entailment work, and QCF (quant conflict find) work...
2014-04-10 Tianyi LiangMerge branch 'master' of github.com:tiliang/CVC4
2014-04-09 Kshitij BansalMerge pull request #24 from kbansal/sets-model
2014-04-09 Kshitij Bansalmore
2013-09-30 Liana Hadareanmerged golden
2013-09-27 Tianyi LiangMerge branch 'master' of github.com:tiliang/CVC4
2013-09-24 Clark BarrettReduce compiler dependencies on substitutions.h,
2013-09-23 Morgan DetersRevert Clark's last commit, at his request; there are...
2013-09-23 Clark BarrettCleaner version of bug-fix for 528, also moved substitu...
2013-09-18 Morgan DetersFixes to theoryof-mode; no longer static in Theory...
2013-09-13 Morgan DetersDocumentation fixes, some code typo fixes, file perms...
2013-04-02 Morgan DetersRegenerated copyrights: canonicalized names, no emails
2013-04-02 Morgan Detersupdate copyrights
2012-12-01 Morgan Detersremove instantiator framework
2012-12-01 Andrew Reynoldsdrastic simplification of quantifiers code regarding...
2012-11-17 Clark BarrettFixed last currently known bug in array models
2012-11-15 Clark BarrettFixed another AUFBV model bug. BV equality subtheory...
2012-10-19 Tim KingFix for model building with shared terms for arithmetic.
2012-10-16 Andrew Reynoldsmore cleanup of quantifiers code
2012-10-11 Morgan DetersStandardizing copyright notice. Touches **ALL** source...
2012-09-28 Morgan Detersrename Assert.h/Assert.cpp to cvc4_assert.h/cvc4_assert...
2012-08-03 Morgan Detersfix uses of getMetaKind() from outside the expr package...
2012-07-31 Morgan DetersMoving some instantiation-related stuff from src/theory...
2012-07-12 Andrew Reynoldsmerged fmf-devel branch, includes support for SMT2...
2012-06-16 Dejan Jovanovićchanging theoryOf in shared mode with arrays to move...
2012-06-11 Morgan DetersMerge from quantifiers2-trunkmerge branch.
next