simplify mkSkolem naming system: don't use $$
[cvc5.git] / src / theory / builtin / theory_builtin_type_rules.h
2014-04-17 Kshitij Bansalsimplify mkSkolem naming system: don't use $$
2013-09-30 Liana Hadareanmerged golden
2013-09-13 Kshitij BansalMerge branch 'master' of https://github.com/CVC4/CVC4
2013-09-11 Tianyi LiangTheory of strings.
2013-08-26 Kshitij BansalMerge branch '1.2.x'
2013-07-11 Morgan DetersSupport for TPTP's TFF0 (with arithmetic)
2013-04-02 Morgan DetersRegenerated copyrights: canonicalized names, no emails
2013-04-02 Morgan Detersupdate copyrights
2013-03-27 lianahadded model generation for bv subtheories and bv-inequa...
2013-03-23 Dejan JovanovićMerge remote-tracking branch 'dddejan/c++11'
2013-03-22 Morgan DetersSupport for Boolean term conversion in datatypes.
2013-03-20 Liana Hadareanmerged master with dejan's constant evaluating equality...
2013-03-19 Morgan DetersMinor cleanup of sources
2012-12-01 Morgan DetersFix the way abstract values are typed; fixes some compl...
2012-11-29 Clark BarrettFixing function models with Boolean terms. Also, LAMBD...
2012-11-27 Morgan DetersTuples and records merge. Resolves bug 270.
2012-10-11 Morgan DetersStandardizing copyright notice. Touches **ALL** source...
2012-10-10 Morgan DetersAbstract values for SMT-LIB.
2012-09-26 Morgan DetersFix type checking for define-funs (resolves bug 398).
2012-09-26 Morgan DetersThe Tuesday Afternoon Catch-All Commit (TACAC):
2012-09-21 Morgan DetersSMT-LIBv2 compliance updates:
2012-09-19 Morgan DetersGeneral subscriber infrastructure for NodeManager,...
2012-09-12 Morgan DetersAdding model assertions after SAT responses.
2012-08-27 Morgan Deters* Reversing commit r4258 (which disabled failing regres...
2012-08-24 Morgan Deters* disallow internal uses of mkVar() (you have to mkSkol...
2012-08-13 Morgan DetersMinor cleanup. No performance difference expected.
2012-08-03 Morgan DetersArrayStoreAll infrastructure
2012-07-08 Morgan DetersBugs resolved by this commit: #314, #322, #359, #364...
2012-05-18 Tim KingThis commit adds TypeNode::leastCommonTypeNode(). ...
2012-03-01 Morgan DetersPartial merge from kind-backend branch, including Minis...
2012-02-20 Morgan Detersportfolio merge
2012-02-04 Andrew Reynoldssupport for isWellFounded/mkGroundTerm on uninterprette...
2011-11-04 Morgan DetersSTRING_TYPE and CONST_STRING and associate type infrast...
2011-09-02 Morgan DetersMerge from my post-smtcomp branch. Includes:
2011-09-02 Morgan DetersPartial merge of integers work; this is simple B&B...
2011-06-01 Morgan Detersminor fix, and better output for type errors
2011-04-25 Morgan DetersMonday tasks:
2011-04-25 Morgan DetersWeekend work. The main points:
2011-04-20 Morgan Detersnumerous bugfixes
2010-10-09 Morgan Deterssupport for SMT-LIBv2 :named attributes, and attributes...
2010-10-06 Morgan Detersdeclare-sort, define-sort working but not thoroughly...
2010-10-04 Morgan Detersremove/shuffle some #include dependencies; fix some...
2010-10-03 Morgan Detersfile header documentation regenerated with contributors...
2010-08-17 Morgan DetersMerge from "cc" branch:
2010-07-28 Christopher L. ConwayForcing a type check on Node construction in debug...
2010-07-27 Christopher L. ConwayMoving EQ->IFF handling from TheoryEngine to parser...
2010-07-27 Christopher L. ConwayAdding optional 'check' parameter to getType() methods
2010-07-02 Morgan Detersre-generated comment headers of source files
2010-06-30 Morgan Deters* theory "tree" rewriting implemented and works