STRING_TYPE and CONST_STRING and associate type infrastructure implemented.
[cvc5.git] / src / expr / type.h
2011-11-04 Morgan DetersSTRING_TYPE and CONST_STRING and associate type infrast...
2011-10-07 Morgan DetersSome new Datatype public functionality, as per Chris...
2011-09-20 Morgan DetersMerge from "swig" branch: language binding for Java...
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 Deterstype ascriptions (casts) for parameterized datatypes...
2011-05-14 Morgan Detersadd AscriptionType stuff to support nullary parameteriz...
2011-05-13 Andrew Reynoldsadded support for parametric datatypes, updated cvc...
2011-05-02 Morgan DetersMinor fixes to various parts of CVC4, including the...
2011-04-25 Morgan DetersMonday tasks:
2011-04-25 Morgan DetersWeekend work. The main points:
2011-04-20 Morgan DetersTuesday end-of-day commit.
2011-04-18 Morgan DetersPartial merge from datatypes-merge branch:
2011-04-15 Morgan Deterspartial merge from portfolio branch, adding conversions...
2011-03-25 Morgan DetersThis is a merge from the "theoryfixes+cdattrhash" branc...
2011-03-15 Morgan DetersMerge from cudd branch. This mostly just adds support...
2010-10-09 Morgan DetersModel generation for arith, boolean, and uf theories via
2010-10-08 Morgan Deters* (define-fun...) now has proper type checking in non...
2010-10-07 Morgan DetersSMT-LIBv2 (define-fun...) command now functional; does...
2010-10-06 Morgan Detersdeclare-sort, define-sort working but not thoroughly...
2010-10-04 Morgan Detersremove/shuffle some #include dependencies; fix some...
2010-08-17 Morgan DetersMerge from "cc" branch:
2010-07-02 Morgan Detersre-generated comment headers of source files
2010-06-30 Morgan Deters* theory "tree" rewriting implemented and works
2010-06-04 Morgan Deters** Don't fear the files-changed list, almost all change...
2010-05-04 Dejan JovanovićType-checking classes and hooks (not tested yet).
2010-04-29 Dejan JovanovićAdded the capability to construct expressions by passin...
2010-04-26 Dejan JovanovićSome cleanup. Also added the integer and real types.
2010-04-26 Dejan JovanovićAdding the intermediary TypeNode to represent (and...
2010-04-14 Dejan JovanovićMarging from types 404:415, changes: Massive
2010-04-04 Morgan DetersRecommit revision 365 (undoing revision 375, which...
2010-04-03 Christopher L. ConwayReverting r365
2010-04-01 Morgan Detersreran update-copyright.pl to get new contributors and...
2010-04-01 Morgan Deters* Minor code formatting stuff in src/expr/type.{h,cpp...
2010-04-01 Morgan DetersPARSER STUFF:
2010-03-25 Christopher L. ConwayAdding comments to NodeManager
2010-03-16 Morgan Deters* test/unit/Makefile.am, test/unit/expr/attribute_white.h,
2010-02-26 Morgan Deters* test/unit/context/context_black.h: Test CDList<>...
2010-02-25 Christopher L. ConwayAdding Node::getOperator()
2010-02-22 Morgan Deters* configure.ac: Remove doc/ from search path for Makefi...
2010-02-19 Morgan Deters* Attribute infrastructure -- static design. Documenta...
2010-02-07 Christopher L. ConwayDocumenting type.h/cpp
2010-02-06 Christopher L. ConwayPreliminary support for types in parser