cardinality operation for finite sets (based on my thesis / ijcar16 paper)
[cvc5.git] / src / theory / theory.cpp
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.
2012-05-08 Liana HadareanMerging in bvprop branch, with proper bit-vector propag...
2012-04-17 Tim KingMerges branches/arithmetic/atom-database r2979 through...
2012-04-11 Morgan Detersmerge from arrays-clark branch
2012-03-22 Dejan Jovanovićsome improvements to the sharing mechanism/interface
2012-03-08 Dejan JovanovićRemoving QUICK_CHECK, and other unused ones, from the...
2012-03-01 Morgan DetersPartial merge from kind-backend branch, including Minis...
2012-02-29 Dejan Jovanovićfixing bug310
2012-02-23 Morgan DetersAdded ability to set a "cvc4-specific logic" in standar...
2011-10-17 Dejan JovanovićSharing work
2011-09-15 Dejan Jovanovićadditional stuff for sharing,
2011-09-02 Morgan DetersMerge from my post-smtcomp branch. Includes:
2011-08-24 Dejan JovanovićSimplification of the preregister and register throught...
2010-09-28 Morgan Detersfix predicate bug in UF; code cleanup in theory.cpp
2010-07-06 Clark BarrettMoved registration to theory engine
2010-07-02 Morgan Detersre-generated comment headers of source files
2010-06-29 Tim KingMerging the unate-propagator branch into the trunk...
2010-06-04 Morgan Deters** Don't fear the files-changed list, almost all change...
2010-04-04 Morgan Deters* Node::isAtomic() now looks at an "atomic" attribute...
2010-02-25 Morgan Deters* src/expr/node.h: add a copy constructor. Apparently...
2010-02-24 Tim KingCommitting small changes to attribute, and theory to...
2010-02-04 Morgan Detersremove -*- c++ -*- emacs tag from source files (it...
2010-02-04 Morgan DetersAdded theory output channel interfaces and "Interrupted...
2009-12-17 Morgan Detersupdate-copyright.pl now retrieves and incorporates...
2009-12-10 Morgan Deterscleanups, assert work, add a stubbed uf theory, fix...