Fixes for quantifiers + incremental (#2009)
[cvc5.git] / src / theory / theory.h
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'
2014-11-05 Morgan DetersMerge branch '1.4.x'
2014-10-17 Morgan DetersMerge branch '1.4.x'
2014-10-16 Morgan DetersMerge branch '1.4.x'
2014-10-11 Morgan DetersMerge branch '1.4.x'
2014-10-10 Kshitij BansalMerge remote-tracking branch 'origin/1.4.x'
2014-10-09 Morgan DetersMerge branch '1.4.x'
2014-10-07 Morgan DetersMerge branch '1.4.x'
2014-10-06 Morgan DetersMerge branch '1.4.x'
2014-10-06 Morgan DetersMerge branch '1.4.x'
2014-10-03 Morgan DetersMerge branch '1.4.x'
2014-10-03 Morgan DetersMerge branch '1.4.x'
2014-10-02 Morgan DetersMerge branch '1.4.x'.
2014-09-30 Morgan DetersMerge branch '1.4.x'
2014-09-27 Morgan DetersMerge branch '1.4.x'
2014-09-26 Morgan DetersMerge branch '1.4.x'
2014-09-17 Kshitij BansalMerge branch '1.4.x' while ignoring commit 8d5eb49.
2014-09-17 Kshitij BansalMerge branch '1.4.x'
2014-09-03 Kshitij BansalMerge remote-tracking branch 'origin/master'
2014-09-03 Kshitij Bansalcheck() optimization
2014-08-22 Morgan DetersMerge branch '1.4.x'
2014-08-22 Morgan DetersMerge branch '1.4.x'
2014-08-19 Morgan DetersMerge branch '1.4.x'
2014-08-18 Morgan DetersMerge branch '1.4.x'
2014-08-18 ajreynolAdd support for quantifier-specific instantiation level...
2014-07-10 Kshitij BansalMerge remote-tracking branch 'origin/master' into segfa...
2014-07-01 Morgan DetersUpdate copyrights.
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
2014-04-06 Tim KingMerge pull request #21 from pcc/ite-fix
2014-04-01 Tim KingMerge branch '1.3.x'
2014-03-26 Morgan DetersMerge branch '1.3.x'
2014-03-21 Kshitij BansalMerge pull request #22 from kbansal/sets-model
2014-03-19 Morgan DetersFix documentation for Theory::preRegisterTerm().
2014-03-19 Martin BrainRefactor the theory specific parts of definition expans...
2014-03-11 Morgan DetersMerge branch '1.3.x'
2014-03-11 Morgan DetersMerge branch '1.3.x'
2014-02-21 Morgan DetersMerge branch '1.3.x'
2014-02-21 Morgan DetersMerge branch '1.3.x'
2014-02-21 Kshitij BansalMerge pull request #10 from kbansal/sets-for-merge
next