file header documentation regenerated with contributors names; no code modified in...
[cvc5.git] / src / expr / node.h
2010-10-03 Morgan Detersfile header documentation regenerated with contributors...
2010-09-28 Morgan Detersnode iterator work
2010-09-21 Morgan Detersremove assertion in TNode destructor and ensure all...
2010-09-21 Morgan Deterssome code cleanup, documentation, review of "kinded...
2010-09-21 Dejan Jovanovićiterators for tim, begin<PLUS>() and end<PLUS>() should...
2010-07-28 Christopher L. ConwayForcing a type check on Node construction in debug...
2010-07-27 Christopher L. ConwayAdding optional 'check' parameter to getType() methods
2010-07-10 Morgan Detersadd >, <=, and >= comparisons for Exprs and Nodes
2010-07-02 Morgan Deters* Added white-box TheoryEngine test that tests the...
2010-06-30 Morgan Deters* theory "tree" rewriting implemented and works
2010-06-29 Morgan Detersadd --default-expr-depth=N command line parameter,...
2010-06-04 Morgan Deters** Don't fear the files-changed list, almost all change...
2010-05-27 Morgan DetersRemove isAtomic() as per 4/27/2010 meeting. Add commen...
2010-05-27 Christopher L. ConwayAdding debug assertions on most TNode operations
2010-05-19 Tim KingSignificant revision to theory/arith. The new draft...
2010-05-04 Dejan JovanovićType-checking classes and hooks (not tested yet).
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 Deters* Node::isAtomic() now looks at an "atomic" attribute...
2010-04-01 Morgan Detersreran update-copyright.pl to get new contributors and...
2010-04-01 Morgan DetersPARSER STUFF:
2010-03-30 Morgan DetersHighlights of this commit are:
2010-03-25 Christopher L. ConwayAdding comments to NodeManager
2010-03-23 Tim KingFixed some memory cleanup and destruction issues with...
2010-03-16 Morgan Deters* test/unit/Makefile.am, test/unit/expr/attribute_white.h,
2010-03-12 Morgan Deters* src/context/cdmap.h: rename orderedIterator to iterat...
2010-03-08 Morgan DetersThis fixes regressions at levels >= 1 which were failing
2010-03-05 Morgan Deters* public/private code untangled (smt/smt_engine.h no...
2010-03-02 Morgan Deters* NodeBuilder work: specifically, convenience builders...
2010-02-28 Dejan Jovanović* context.h - Changed cdlist::push_back to use a new...
2010-02-26 Morgan Deters* test/unit/context/context_black.h: Test CDList<>...
2010-02-26 Tim KingTheoryUFWhite tests are added. There are also accompany...
2010-02-25 Christopher L. ConwayAdding Node::getOperator()
2010-02-25 Morgan Deters* src/expr/node_builder.h: fixed some overly-aggressive...
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-23 Dejan Jovanovićcosmetic changes, comments, and renaming of Expr relate...
2010-02-22 Dejan Jovanovićfinally works
2010-02-22 Dejan JovanovićMerging from branch branches/Liana r241
2010-02-22 Christopher L. ConwaySwitching to types-as-attributes in parser
2010-02-22 Morgan Deters* src/expr/attribute.h: fixed an issue with "const...
2010-02-22 Morgan DetersRe-committing revision 232 properly:
2010-02-22 Morgan Detersundoing improperly-committed revision 232; will re...
2010-02-22 Cesare Tinelli* Add virtual destructors to CnfStream, Theory, OutputC...
2010-02-19 Morgan Deters* Attribute infrastructure -- static design. Documenta...
2010-02-12 Dejan JovanovićChanges to hashing that solve the xinetd boolean benchm...
2010-02-04 Dejan Jovanovićbeautification of the prop engine
2010-02-04 Morgan Detersremove -*- c++ -*- emacs tag from source files (it...
2010-02-04 Morgan Detersminor fix for update-copyright.pl; ran update-copyright...
2010-02-03 Tim KingBy popular demand, I also added a printAst to Expr.
2010-02-03 Tim KingWithin node I added printAst(..) for general purpose...
2010-01-29 Morgan Detersfixed CNF conversion, and more modular; CNF conversion...
2010-01-26 Morgan Detersfixes to build structure, util classes, lots of fixes...
2009-12-18 Morgan Detersnumerous fixes to nodes; more coming
2009-12-17 Morgan Detersupdate-copyright.pl now retrieves and incorporates...
2009-12-16 Tim KingSmall refactoring changes for the expr package.
2009-12-16 Morgan DetersFixes to the build system:
2009-12-15 Morgan Detersminor: fixing typos
2009-12-11 Dejan JovanovićExtracted the public Expr and ExprManager interface...
2009-12-10 Dejan Jovanovićkilling expr into node...