2010-02-28 |
Tim King | TheoryUFWhite is passing. I fixed 2 errors. Unfortunat... |
commit | commitdiff | tree |
2010-02-27 |
Morgan Deters | fix compile error in black parser unit test after today... |
commit | commitdiff | tree |
2010-02-27 |
Morgan Deters | A bag of unrelated fixes to bring trunk more in-line... |
commit | commitdiff | tree |
2010-02-27 |
Christopher... | Adding --mmap option to use memory-mapped file input... |
commit | commitdiff | tree |
2010-02-26 |
Morgan Deters | * test/unit/context/context_black.h: Test CDList<>... |
commit | commitdiff | tree |
2010-02-26 |
Tim King | TheoryUFWhite tests are added. There are also accompany... |
commit | commitdiff | tree |
2010-02-26 |
Tim King | Fixed a bug in CDList reallocation. (Also corrected... |
commit | commitdiff | tree |
2010-02-26 |
Dejan Jovanović | Changing the hashing in attributes to what Nodes do... |
commit | commitdiff | tree |
2010-02-25 |
Christopher... | Adding Node::getOperator() |
commit | commitdiff | tree |
2010-02-25 |
Tim King | Updated uf to reflect APPLY structure after conversatio... |
commit | commitdiff | tree |
2010-02-25 |
Morgan Deters | * src/expr/node_builder.h: fixed some overly-aggressive... |
commit | commitdiff | tree |
2010-02-25 |
Morgan Deters | * src/expr/node.h: add a copy constructor. Apparently... |
commit | commitdiff | tree |
2010-02-25 |
Tim King | Created basic node builder and kind tests. Also fixed... |
commit | commitdiff | tree |
2010-02-24 |
Tim King | Cleaned up and documented ecdata and theory_uf. |
commit | commitdiff | tree |
2010-02-24 |
Tim King | Committing small changes to attribute, and theory to... |
commit | commitdiff | tree |
2010-02-23 |
Christopher... | Minor optimizations to parser (use const string& for... |
commit | commitdiff | tree |
2010-02-23 |
Dejan Jovanović | cosmetic changes, comments, and renaming of Expr relate... |
commit | commitdiff | tree |
2010-02-22 |
Dejan Jovanović | finally works |
commit | commitdiff | tree |
2010-02-22 |
Dejan Jovanović | Merging from branch branches/Liana r241 |
commit | commitdiff | tree |
2010-02-22 |
Christopher... | Switching to types-as-attributes in parser |
commit | commitdiff | tree |
2010-02-22 |
Morgan Deters | * src/expr/attribute.h: fixed an issue with "const... |
commit | commitdiff | tree |
2010-02-22 |
Morgan Deters | * configure.ac: Remove doc/ from search path for Makefi... |
commit | commitdiff | tree |
2010-02-22 |
Morgan Deters | Re-committing revision 232 properly: |
commit | commitdiff | tree |
2010-02-22 |
Morgan Deters | undoing improperly-committed revision 232; will re... |
commit | commitdiff | tree |
2010-02-22 |
Cesare Tinelli | * Add virtual destructors to CnfStream, Theory, OutputC... |
commit | commitdiff | tree |
2010-02-22 |
Dejan Jovanović | Small changes to the smt-engine, removed the assertions... |
commit | commitdiff | tree |
2010-02-22 |
Morgan Deters | resolve bug 32; public-facing interface functions in... |
commit | commitdiff | tree |
2010-02-22 |
Morgan Deters | fix bug 33 (statically link the "cvc4" binary); also... |
commit | commitdiff | tree |
2010-02-22 |
Morgan Deters | fix bug 22 (remove tracing from non-trace builds; remov... |
commit | commitdiff | tree |
2010-02-19 |
Morgan Deters | specialized implementation for boolean node attributes... |
commit | commitdiff | tree |
2010-02-19 |
Morgan Deters | * Attribute infrastructure -- static design. Documenta... |
commit | commitdiff | tree |
2010-02-19 |
Christopher... | Changing minArity of AND/OR to 1 in SMT parser |
commit | commitdiff | tree |
2010-02-18 |
Christopher... | Adding --no-checking option to disable semantic checks... |
commit | commitdiff | tree |
2010-02-18 |
Christopher... | Rm'ing doc from SUBDIRS |
commit | commitdiff | tree |
2010-02-18 |
Christopher... | Adding doxygen configuration parameters and doxygen... |
commit | commitdiff | tree |
2010-02-17 |
Tim King | Initial draft of TheoryUF. Should compile without probl... |
commit | commitdiff | tree |
2010-02-17 |
Morgan Deters | fix bug 27: --with-cxxtest-dir=(relative-path) now... |
commit | commitdiff | tree |
2010-02-16 |
Christopher... | Moving parser error checking into AntlrParser |
commit | commitdiff | tree |
2010-02-16 |
Christopher... | Adding --parse-only option |
commit | commitdiff | tree |
2010-02-16 |
Dejan Jovanović | removing assertion and warning that shouldn't be there... |
commit | commitdiff | tree |
2010-02-16 |
Christopher... | Removing spurious commit of configure |
commit | commitdiff | tree |
2010-02-16 |
Christopher... | Converting semantic predicates in parser to AlwaysAsser... |
commit | commitdiff | tree |
2010-02-13 |
Dejan Jovanović | simplification minisat |
commit | commitdiff | tree |
2010-02-13 |
Dejan Jovanović | Improvements to CNF conversion when already in CNF |
commit | commitdiff | tree |
2010-02-12 |
Dejan Jovanović | build fix |
commit | commitdiff | tree |
2010-02-12 |
Dejan Jovanović | Fix to compile out Debug(...) << ... statements in... |
commit | commitdiff | tree |
2010-02-12 |
Dejan Jovanović | Changes to hashing that solve the xinetd boolean benchm... |
commit | commitdiff | tree |
2010-02-11 |
Dejan Jovanović | svn ignore |
commit | commitdiff | tree |
2010-02-11 |
Christopher... | Adding precedence regressions |
commit | commitdiff | tree |
2010-02-10 |
Morgan Deters | note on setup(); for discussion at 2010.02.11 meeting |
commit | commitdiff | tree |
2010-02-10 |
Morgan Deters | svn:ignore for build stuff; add Liana to AUTHORS |
commit | commitdiff | tree |
2010-02-10 |
Dejan Jovanović | fixing annoying eclipse build settings, no more broken... |
commit | commitdiff | tree |
2010-02-10 |
Clark Barrett | Added calls to destructor in CDList plus optional flag... |
commit | commitdiff | tree |
2010-02-09 |
Dejan Jovanović | Changes to the CNF conversion and the SAT solver. All... |
commit | commitdiff | tree |
2010-02-09 |
Morgan Deters | removing other pieces of autotools stuff to fix bug #24 |
commit | commitdiff | tree |
2010-02-09 |
Morgan Deters | moving built-in kinds out of the kind.h prologue/middle... |
commit | commitdiff | tree |
2010-02-09 |
Dejan Jovanović | empty stubs for push and pop to fix the build fail |
commit | commitdiff | tree |
2010-02-08 |
Dejan Jovanović | Disabling the failing test case for the context. |
commit | commitdiff | tree |
2010-02-08 |
Dejan Jovanović | Fixing the test case, it had a unary or. The cnf conver... |
commit | commitdiff | tree |
2010-02-08 |
Dejan Jovanović | Push/Pop parsing and commands |
commit | commitdiff | tree |
2010-02-08 |
Dejan Jovanović | Moving the template stuff back into the header in order... |
commit | commitdiff | tree |
2010-02-07 |
Christopher... | Documenting type.h/cpp |
commit | commitdiff | tree |
2010-02-06 |
Morgan Deters | force sorting of AC_CONFIG_FILES, otherwise different... |
commit | commitdiff | tree |
2010-02-06 |
Christopher... | Preliminary support for types in parser |
commit | commitdiff | tree |
2010-02-05 |
Morgan Deters | final fixes to addsourcedir source-directory-Makefile... |
commit | commitdiff | tree |
2010-02-05 |
Morgan Deters | auto-generated list of AC_CONFIG_FILES so that you... |
commit | commitdiff | tree |
2010-02-05 |
Morgan Deters | automatic generator script for sourcedir Makefiles... |
commit | commitdiff | tree |
2010-02-05 |
Morgan Deters | remove the last vestiges of support for "make build... |
commit | commitdiff | tree |
2010-02-04 |
Morgan Deters | minor interface changes to TheoryEngine/Theory after... |
commit | commitdiff | tree |
2010-02-04 |
Morgan Deters | fix run_regression script |
commit | commitdiff | tree |
2010-02-04 |
Dejan Jovanović | beautification of the prop engine |
commit | commitdiff | tree |
2010-02-04 |
Morgan Deters | assign expected-status to regressions |
commit | commitdiff | tree |
2010-02-04 |
Morgan Deters | build system for multi-level regressions |
commit | commitdiff | tree |
2010-02-04 |
Morgan Deters | remove warnings from use of __gnu_cxx::hash_map<>;... |
commit | commitdiff | tree |
2010-02-04 |
Morgan Deters | remove -*- c++ -*- emacs tag from source files (it... |
commit | commitdiff | tree |
2010-02-04 |
Tim King | Changed mapping from atoms to literals in the prop... |
commit | commitdiff | tree |
2010-02-04 |
Tim King | Moved regressions into various levels based on running... |
commit | commitdiff | tree |
2010-02-04 |
Morgan Deters | test infrastructure updated for multiple-level regressions |
commit | commitdiff | tree |
2010-02-04 |
Morgan Deters | minor cleanup; give the main driver a different exit... |
commit | commitdiff | tree |
2010-02-04 |
Morgan Deters | src/expr/kind.h is now automatically generated. |
commit | commitdiff | tree |
2010-02-04 |
Morgan Deters | minor fix for update-copyright.pl; ran update-copyright... |
commit | commitdiff | tree |
2010-02-04 |
Morgan Deters | added bool and arith theory makefiles to AC_CONFIG_FILE... |
commit | commitdiff | tree |
2010-02-04 |
Morgan Deters | Added theory output channel interfaces and "Interrupted... |
commit | commitdiff | tree |
2010-02-04 |
Tim King | Fixes to the cnf converter. Also a barebones utility... |
commit | commitdiff | tree |
2010-02-03 |
Christopher... | Adding extra test to parser |
commit | commitdiff | tree |
2010-02-03 |
Dejan Jovanović | adding an option to minisat to not do any debug checks... |
commit | commitdiff | tree |
2010-02-03 |
Christopher... | Fixing bad commit |
commit | commitdiff | tree |
2010-02-03 |
Christopher... | Adding functions/predicates to SMT grammar |
commit | commitdiff | tree |
2010-02-03 |
Morgan Deters | Addressed many of the concerns of bug 10 (build system... |
commit | commitdiff | tree |
2010-02-03 |
Dejan Jovanović | ELSEIF support and parser debugging with '-d parser' |
commit | commitdiff | tree |
2010-02-03 |
Dejan Jovanović | simple ITE parsing |
commit | commitdiff | tree |
2010-02-03 |
Tim King | By popular demand, I also added a printAst to Expr. |
commit | commitdiff | tree |
2010-02-03 |
Tim King | I hacked in a temporary way to restart minisat for... |
commit | commitdiff | tree |
2010-02-03 |
Tim King | Within node I added printAst(..) for general purpose... |
commit | commitdiff | tree |
2010-02-03 |
Tim King | Enabled more regress tests. Takes 26s on my machine... |
commit | commitdiff | tree |
2010-02-03 |
Dejan Jovanović | context_mm testing |
commit | commitdiff | tree |
2010-02-03 |
Dejan Jovanović | some more tests for the context. |
commit | commitdiff | tree |
2010-02-02 |
Dejan Jovanović | (no commit message) |
commit | commitdiff | tree |
2010-02-02 |
Clark Barrett | Fixed bug in context code |
commit | commitdiff | tree |
2010-02-02 |
Dejan Jovanović | for tim |
commit | commitdiff | tree |
next |