Merge branch '1.2.x'
[cvc5.git] / src / theory / arith / arith_rewriter.cpp
2013-06-25 Morgan DetersMerge branch '1.2.x'
2013-06-25 Morgan DetersSupport for abs, to_int, is_int, divisible in SMT-LIB...
2013-04-02 Morgan DetersRegenerated copyrights: canonicalized names, no emails
2013-04-02 Morgan Detersupdate copyrights
2013-03-21 lianahMerge branch 'master' into bv-core
2013-03-21 Morgan DetersBetter error in case of nonlinear assertions while...
2013-02-02 lianahmerged master into branch
2012-12-15 Tim KingMerging in patch from branch '1.0.x'.
2012-12-15 Tim KingMerge remote-tracking branch 'main-repo/1.0.x' into...
2012-12-15 Tim KingChanging the rewriter to use Boute's Euclidean definiti...
2012-11-12 Tim KingImproved error reporting for improperly using non-linea...
2012-11-11 Tim KingFixes for the arithmetic normal form and rewriter to...
2012-11-08 Tim KingImproved support for division by zero. This adds the...
2012-10-11 Morgan DetersStandardizing copyright notice. Touches **ALL** source...
2012-09-10 Tim KingFixed an error in the rewriter Pascal pointed out....
2012-08-03 Morgan Detersfix uses of getMetaKind() from outside the expr package...
2012-05-15 Tim KingThis commit removes the CONST_INTEGER kind from nodes...
2012-04-17 Tim KingMerges branches/arithmetic/atom-database r2979 through...
2012-03-28 Tim KingUpdate to the ArithRewriter to remove REWRITE_AGAIN_FUL...
2012-03-02 Tim KingThis commit merges in the changes from branches/arithme...
2012-03-01 Morgan DetersPartial merge from kind-backend branch, including Minis...
2012-02-15 Tim KingThis commit merges into trunk the branch branches/arith...
2011-09-02 Morgan DetersMerge from my post-smtcomp branch. Includes:
2011-09-02 Morgan DetersPartial merge of integers work; this is simple B&B...
2011-07-05 Dejan Jovanovićupdated preprocessing and rewriting input equalities...
2011-05-31 Tim KingThis commit contains the code for allowing arbitrary...
2011-04-01 Morgan DetersThis commit is a merge from the "betterstats" branch...
2011-03-30 Tim KingAdded the command line flag --rewrite-arithmetic-equali...
2011-03-17 Tim King- Removes arith_constants.h
2011-02-26 Morgan DetersCommit to fix bug 241 (improper "using namespace std...
2011-01-05 Dejan JovanovićCommit for the theory engine and rewriter changes....
2010-10-23 Tim KingRemoved slack.h, and arith_activity.h. Replaced IsBasic...
2010-09-13 Tim King* New normal form for arithmetic is in place.
2010-08-19 Morgan DetersUF theory bug fixes, code cleanup, and extra debugging...
2010-07-07 Tim KingFixes arith rewriter to allow for division by a constan...
2010-07-02 Morgan Detersre-generated comment headers of source files
2010-06-04 Tim KingChanged how assignments are saved during check. These...
2010-06-04 Morgan Deters** Don't fear the files-changed list, almost all change...
2010-05-28 Tim KingBug fixes for combining coefficients of rewritten nodes.
2010-05-26 Tim King . '+Outstanding case split in theory arith'
2010-05-26 Tim KingFix for bug 131. Added some additional debugging assert...
2010-05-25 Tim KingAdded Rational constructors that only take a numerator...
2010-05-21 Tim KingSmall fixes to TheoryArith. Added a hack to make Integ...
2010-05-20 Tim KingAdded the division symbol to the parser, and minimal...
2010-05-19 Tim KingSignificant revision to theory/arith. The new draft...
2010-04-28 Tim KingMerging the arithmetic theory draft (lra-init) back...