summaryrefslogtreecommitdiff
path: root/src/theory/arith/arith_rewriter.cpp
AgeCommit message (Expand)Author
2020-01-30Fix arithmetic rewriter for exponentialfix3683Andres Noetzli
2019-12-02OpTerm Refactor: Allow retrieving OpTerm used to create Term in public C++ AP...makaimann
2019-11-18Use -Wimplicit-fallthrough (#3464)Andres Noetzli
2019-10-31Fix Unimplemented() macros missed in #3366. (#3424)Mathias Preiner
2019-10-30Unify CVC4_CHECK/CVC4_DCHECK/AlwaysAssert/Assert. (#3366)Mathias Preiner
2019-10-28Fix integer division rewrite (#3415)Andres Noetzli
2019-10-13Eliminate negative constant coefficients in div/mod (#2929)Andrew Reynolds
2019-03-26Update copyright headers.Aina Niemetz
2018-06-25Updated copyright headers.Aina Niemetz
2018-02-20Minor fixes and additions for transcendental functions (#1612)Andrew Reynolds
2018-02-07Add remaining transcendental functions (#1551)Andrew Reynolds
2018-01-26Removing structurally dead code. (#1540)Tim King
2017-12-20Transcendental functions check model (#1443)Andrew Reynolds
2017-11-28Improve the rewriter for SINE. (#1221)Andrew Reynolds
2017-07-10Merge ntExt branch. Adds support for transcendental functions. Refactoring of...ajreynol
2017-07-07Update copyright headers.Mathias Preiner
2017-04-05Fix several spelling errorsFabian Wolff
2017-04-02Adding a model based axiom instantiation scheme for multiplication. Merge com...Tim King
2017-01-10Adding regression test scrubbing.Tim King
2016-04-20update from the masterPaulMeng
2015-12-14Refactoring Options Handler & Library Cycle BreakingTim King
2014-07-01Update copyrights.Morgan Deters
2014-06-06Patch for the subtype theoryof mode to make the equalities over disequal type...Tim King
2014-03-07Merging a squash of the branch timothy-king/CVC4/glpknecfix c95bf7d4f1 into m...Tim King
2014-03-05Improving support for POW in arithmetic. Resolves bug 549.Tim King
2013-12-05Update copyrights, add missing file-level documentation; fix perms.Morgan Deters
2013-06-24Support for abs, to_int, is_int, divisible in SMT-LIB; also --rewrite-divk al...Morgan Deters
2013-04-02Regenerated copyrights: canonicalized names, no emailsMorgan Deters
2013-04-01update copyrightsMorgan Deters
2013-03-21Better error in case of nonlinear assertions while in linear logicMorgan Deters
2012-12-14Changing the rewriter to use Boute's Euclidean definition of division.Tim King
2012-11-12Improved error reporting for improperly using non-linear division in linear a...Tim King
2012-11-11Fixes for the arithmetic normal form and rewriter to handle arbitrary constan...Tim King
2012-11-08Improved support for division by zero. This adds the *_TOTAL kinds and unint...Tim King
2012-10-11Standardizing copyright notice. Touches **ALL** sources, guys, sorry.. it'sMorgan Deters
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
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback