summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-07-03With this commit come a number of changes to build system to supportMorgan Deters
2010-07-02Merges the cln-test branch into the main branch.Tim King
2010-07-02re-generated comment headers of source filesMorgan Deters
2010-07-02roll back a small change that made arith fail some assertsMorgan Deters
2010-07-02* Added white-box TheoryEngine test that tests the rewriterMorgan Deters
2010-06-30add documentation for additional clarity, re-add addTerm()Morgan Deters
2010-06-30Parsing support for SMT divisions: LRA, QF_UFLIA, QF_UFLRA, QF_UFNRA, UFNIAChristopher L. Conway
2010-06-30Adding documentation for --strict-parsing (Closes: #166)Christopher L. Conway
2010-06-30fix to switch fall-through; stats now off by default regardless of -d debuggi...Morgan Deters
2010-06-30checking in CC module interface for reference.Morgan Deters
2010-06-30Support for failing .smt and .smt2 regressions (and other examples withMorgan Deters
2010-06-30* theory "tree" rewriting implemented and worksMorgan Deters
2010-06-29add --default-expr-depth=N command line parameter, expose setdepth() to publi...Morgan Deters
2010-06-29This commit merges the decaying-rows branch into the main trunk.Tim King
2010-06-29Update to stats.h is now back into the trunk. The code should compile once a...Tim King
2010-06-29Merging the unate-propagator branch into the trunk. This is a big update so ...Tim King
2010-06-29* Add CDMap<>::insertAtContextLevelZero(k, d) for inserting "initializing"Morgan Deters
2010-06-24Added post_mortem.py a statistics collector for user with the smt_curnch clus...Tim King
2010-06-22Made ~Stat() virtual. Added some additional statistics. And added some docume...Tim King
2010-06-18"statistics" and "staticbinary" are now tags on the build (so you get build d...Morgan Deters
2010-06-18Merging the statistics branch into the main trunk. I'll go over how to use th...Tim King
2010-06-18bug fix (unreported on bugzilla): skolem variables failing removal from poolMorgan Deters
2010-06-17fix some minor annoyances in the regression test Makefiles; add some document...Morgan Deters
2010-06-16Added the experimental. +bool TheoryArith::AssertEquality(TNode n, TNode orig...Tim King
2010-06-16More assorted changes to arithmetic in preparation for the code review.Tim King
2010-06-16This commit just contains miscellaneous arithmetic cleanup.Tim King
2010-06-15fix last commit gcc options (-wunknown-pragmas ==> -Wno-unknown-pragmas)Morgan Deters
2010-06-15remove warnings about unknown #pragma GCC diagnostic on older compilersMorgan Deters
2010-06-15I made a documentation change to get() to make explicit the contract requirem...Tim King
2010-06-15(minor) fix for file documentationMorgan Deters
2010-06-14Adding array select/store to SMT v1 and v2 parsersChristopher L. Conway
2010-06-14Fix to arith to make sure it only attempts to report 1 conflict per check() c...Tim King
2010-06-14Started work on array theoryClark Barrett
2010-06-06Some assorted fixes and local optimizations for theory arith.Tim King
2010-06-06Adding += and *= to Rational.Tim King
2010-06-04Changed how assignments are saved during check. These are now backed by an a...Tim King
2010-06-04Changed several arguments to const references.Tim King
2010-06-04Adding QF_SAT to SMT parsersChristopher L. Conway
2010-06-04Reimplementing AntlrInputStream::newStreamInputStreamChristopher L. Conway
2010-06-04** Don't fear the files-changed list, almost all changes are in the **Morgan Deters
2010-06-04Missing files in last commitChristopher L. Conway
2010-06-04Enabling RDL/IDL in SMT v1 and adding some simple testsChristopher L. Conway
2010-06-03Implementing input from stdin (Fixes: #144)Christopher L. Conway
2010-06-03Fixes 2 issues with assignments. The first is constructing an initial assignm...Tim King
2010-06-03Adds toString to DeltaRationalTim King
2010-06-03Fixes a bug where registration occurs before preregistration.Tim King
2010-06-03Changing ANTLR3 detection in configure (Fixes #147)Christopher L. Conway
2010-06-03* Added NodeBuilder<>::getChild() to make interface more consistentMorgan Deters
2010-06-03resolving bug 139: metaKindOf() warnings still exist, but it's probably a g++...Morgan Deters
2010-06-02added a handful of debugTagIsOn("context") checks to resolve bug 143Morgan Deters
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback