summaryrefslogtreecommitdiff
path: root/src/theory/arith/arith_rewriter.cpp
AgeCommit message (Expand)Author
2012-09-10Fixed an error in the rewriter Pascal pointed out. This was in effectively de...Tim King
2012-08-03fix uses of getMetaKind() from outside the expr package. (they now use isCon...Morgan Deters
2012-05-15This commit removes the CONST_INTEGER kind from nodes. This code comes from t...Tim King
2012-04-17Merges branches/arithmetic/atom-database r2979 through 3247 into trunk. Belo...Tim King
2012-03-28Update to the ArithRewriter to remove REWRITE_AGAIN_FULL and limit REWRITE_AG...Tim King
2012-03-02This commit merges in the changes from branches/arithmetic/refactor0Tim King
2012-03-01Partial merge from kind-backend branch, including Minisat and CNF work toMorgan Deters
2012-02-15This commit merges into trunk the branch branches/arithmetic/integers2 from r...Tim King
2011-09-02Merge from my post-smtcomp branch. Includes:Morgan Deters
2011-09-02Partial merge of integers work; this is simple B&B and some pseudobooleanMorgan Deters
2011-07-05updated preprocessing and rewriting input equalities into inequalities for LRADejan Jovanović
2011-05-31This commit contains the code for allowing arbitrary equalities in the theory...Tim King
2011-04-01This commit is a merge from the "betterstats" branch, which:Morgan Deters
2011-03-30Added the command line flag --rewrite-arithmetic-equalities. This sets a sta...Tim King
2011-03-17- Removes arith_constants.hTim King
2011-02-26Commit to fix bug 241 (improper "using namespace std" in a header). This cau...Morgan Deters
2011-01-05Commit for the theory engine and rewriter changes. Changes are substantial an...Dejan Jovanović
2010-10-23Removed slack.h, and arith_activity.h. Replaced IsBasicManager with the more ...Tim King
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-07Fixes arith rewriter to allow for division by a constant. It previously only ...Tim King
2010-07-02re-generated comment headers of source filesMorgan Deters
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-05-28Bug fixes for combining coefficients of rewritten nodes.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-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