summaryrefslogtreecommitdiff
path: root/src/theory/arith/theory_arith.cpp
AgeCommit message (Expand)Author
2010-11-15This commit merges the arith-prop-opt branch into the main trunk. This was do...Tim King
2010-11-12Some bug fixes in the SAT for lemmas, and an experiment with a more complete ...Dejan Jovanović
2010-11-09Lemmas on demand work, push-pop, some cleanup.Dejan Jovanović
2010-11-03Adds statistics for the number of Uservariables and Slack variables used by a...Tim King
2010-10-29Factors out the QF_LRA decision procedure from TheoryArith and puts this into...Tim King
2010-10-28The Row implementation has no been replaced by RowVector and ReducedRowVector...Tim King
2010-10-23Removed slack.h, and arith_activity.h. Replaced IsBasicManager with the more ...Tim King
2010-10-22Code cleanup for TheoryArith.Tim King
2010-10-22Fixes to getValue for TheoryArith.Tim King
2010-10-14Fixed computation of infinitesimals for arithmetic model generation.Tim King
2010-10-12IDENTITY has been removed.Tim King
2010-10-09Model generation for arith, boolean, and uf theories viaMorgan Deters
2010-10-07Small tableau optimization.Tim King
2010-10-04Fix to bug 211. ArithVar is now typedefed to uint32_t.Tim King
2010-10-02branches/arith-indexed-variables merged into the main trunk.Tim King
2010-09-21part of review (bug #197): coding conventions, file-level documentation, re-r...Morgan Deters
2010-09-13* New normal form for arithmetic is in place.Tim King
2010-08-19UF theory bug fixes, code cleanup, and extra debugging output.Morgan Deters
2010-07-09the tableaux optimizationDejan Jovanović
2010-07-07Added shared term manager. Basic mechanism for identifying shared terms isClark Barrett
2010-07-04Considerably simplified the way output streams are used. This commitMorgan Deters
2010-07-04With "-d extra-checking", rewrites are now checked (afterMorgan Deters
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-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-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-01This commit adds a debugTagIsOn() guard around some extremely verbose debuggi...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-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-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-04-28Merging the arithmetic theory draft (lra-init) back into the main trunk. Thi...Tim King
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback