Improvements to header installation on user machines. Internally, we can
[cvc5.git] / src / expr / node_builder.h
2011-11-01 Morgan DetersImprovements to header installation on user machines...
2011-10-28 Morgan Deters* ability to output NodeBuilders without first converti...
2011-09-02 Morgan DetersMerge from my post-smtcomp branch. Includes:
2011-06-30 Morgan Detersonly use theory registration if (1) a theory requests...
2011-06-30 Morgan Deterssome things I had laying around in a directory but...
2011-06-06 Morgan DetersFix for Mac OS breakage (x86 didn't crash, but probably...
2011-05-05 Morgan DetersMerge from nonclausal-simplification-v2 branch:
2011-04-01 Morgan DetersThis commit is a merge from the "betterstats" branch...
2010-12-16 Morgan Detersminor fixes for correct doxygen output
2010-11-15 Morgan DetersPretty-printer infrastructure created (in src/printer...
2010-10-28 Christopher L. ConwayChanging NodeBuilder::debugCheckType() to maybeCheckType()
2010-10-21 Christopher L. Conway* Option --no-type-checking now disables type checks...
2010-10-08 Morgan Deters* (define-fun...) now has proper type checking in non...
2010-09-21 Christopher L. ConwayRm'ing automatic type check in NodeBuilder for vars...
2010-09-21 Christopher L. ConwayMoving automatic type check to NodeBuilder (Fixes:...
2010-09-20 Dejan Jovanovićbitvector rewriting for the core theory and testcases
2010-09-02 Morgan Deters"Leftist NodeBuilders" are now supported.
2010-08-17 Morgan DetersMerge from "cc" branch:
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-04 Morgan Deters** Don't fear the files-changed list, almost all change...
2010-06-03 Morgan Deters* Added NodeBuilder<>::getChild() to make interface...
2010-06-01 Tim KingFixed a bug in partial_model.cpp where the data was...
2010-04-26 Dejan JovanovićAdding the intermediary TypeNode to represent (and...
2010-04-15 Christopher L. ConwayImplementing missing NodeBuilder::constructNode
2010-04-14 Dejan JovanovićMarging from types 404:415, changes: Massive
2010-04-14 Morgan Deters* Better dependency tracking for unit test building...
2010-04-04 Morgan Deters* Addressed issues brought up in Chris's review of...
2010-04-01 Morgan Detersreran update-copyright.pl to get new contributors and...
2010-03-30 Morgan DetersHighlights of this commit are:
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-08 Dejan JovanovićFixing Debug("prop") => Debug("node") typo
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-27 Morgan DetersA bag of unrelated fixes to bring trunk more in-line...
2010-02-26 Morgan Deters* test/unit/context/context_black.h: Test CDList<>...
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-25 Tim KingCreated basic node builder and kind tests. Also fixed...
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-19 Morgan Deters* Attribute infrastructure -- static design. Documenta...
2010-02-16 Dejan Jovanovićremoving assertion and warning that shouldn't be there...
2010-02-12 Dejan JovanovićChanges to hashing that solve the xinetd boolean benchm...
2010-02-06 Morgan Detersforce sorting of AC_CONFIG_FILES, otherwise different...
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-01-30 Morgan Deterscnf conversion (variable-introducing), cleanups, fixes...
2010-01-29 Morgan Detersfixed CNF conversion, and more modular; CNF conversion...
2010-01-26 Morgan Deterscnf 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 Morgan DetersFixes to the build system:
2009-12-11 Dejan JovanovićExtracted the public Expr and ExprManager interface...
2009-12-10 Dejan Jovanovićkilling expr into node...