summaryrefslogtreecommitdiff
path: root/src/theory/arith
AgeCommit message (Expand)Author
2010-07-02re-generated comment headers of source filesMorgan Deters
2010-06-30* theory "tree" rewriting implemented and worksMorgan Deters
2010-06-29This commit merges the decaying-rows branch into the main trunk.Tim King
2010-06-29Merging the unate-propagator branch into the trunk. This is a big update so ...Tim King
2010-06-22Made ~Stat() virtual. Added some additional statistics. And added some docume...Tim King
2010-06-18Merging the statistics branch into the main trunk. I'll go over how to use th...Tim King
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-14Fix to arith to make sure it only attempts to report 1 conflict per check() c...Tim King
2010-06-06Some assorted fixes and local optimizations for theory arith.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-04** Don't fear the files-changed list, almost all changes are in the **Morgan Deters
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-01This commit adds a debugTagIsOn() guard around some extremely verbose debuggi...Tim King
2010-06-01Fixed a bug in partial_model.cpp where the data was immediately deallocated b...Tim King
2010-05-29Couple of fixes to theory arith. pivotAndUpdate now multiplies by a_kj. And t...Tim King
2010-05-28This update enables TheoryArith to accept assertions that rewrite to true or ...Tim King
2010-05-28Bug fixes for combining coefficients of rewritten nodes.Tim King
2010-05-28Added printModel() to src/theory/arith/partial_model.cpp. This is a debuggin...Tim King
2010-05-27Preregistration has been turned on. Highly experimental eager splitting suppo...Tim King
2010-05-26 . '+Outstanding case split in theory arith'Tim King
2010-05-26Fix for bug 131. Added some additional debugging assertions for the arith rew...Tim King
2010-05-25Added Rational constructors that only take a numerator. The const char* Ratio...Tim King
2010-05-25Some initial changes to allow for lemmas on demand. Dejan Jovanović
2010-05-21Small fixes to TheoryArith. Added a hack to make Integers a subtype of Real....Tim King
2010-05-20Added the division symbol to the parser, and minimal support for it in Theory...Tim King
2010-05-19Significant revision to theory/arith. The new draft has a lot of small bug f...Tim King
2010-05-05bug fixes for types, old unit tests for types work nowDejan Jovanović
2010-05-04Type-checking classes and hooks (not tested yet).Dejan Jovanović
2010-04-28Merging the arithmetic theory draft (lra-init) back into the main trunk. Thi...Tim King
2010-04-28Added theory/arith/kind and enabled the smt parser to read in these symbols. ...Tim King
2010-04-04* Node::isAtomic() now looks at an "atomic" attribute of argumentsMorgan Deters
2010-04-01PARSER STUFF:Morgan Deters
2010-03-30Removing unnecessary .gitignoresChristopher L. Conway
2010-03-30Merging from branches/antlr3 (r246:354)Christopher L. Conway
2010-03-30Highlights of this commit are:Morgan Deters
2010-03-25new domain-specific language for kinds files: permits characterization of dif...Morgan Deters
2010-02-27A bag of unrelated fixes to bring trunk more in-line with recentMorgan Deters
2010-02-26* test/unit/context/context_black.h: Test CDList<>. In particular,Morgan Deters
2010-02-25* src/expr/node.h: add a copy constructor. Apparently GCC doesn'tMorgan Deters
2010-02-04Added theory output channel interfaces and "Interrupted" exception.Morgan Deters
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback