summaryrefslogtreecommitdiff
path: root/src/theory/arith/arith_rewriter.h
diff options
context:
space:
mode:
authorTim King <taking@cs.nyu.edu>2012-11-08 21:25:27 +0000
committerTim King <taking@cs.nyu.edu>2012-11-08 21:25:27 +0000
commitb3470b5e0b7a664443b9f835db5dd86fb1487866 (patch)
treecbfe76629fc1de740b552e574a058906eb4f2321 /src/theory/arith/arith_rewriter.h
parent2d422bab11e46f056bfafa85b0d49282fec289d8 (diff)
Improved support for division by zero. This adds the *_TOTAL kinds and uninterpreted functions for division by 0.
Diffstat (limited to 'src/theory/arith/arith_rewriter.h')
-rw-r--r--src/theory/arith/arith_rewriter.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/theory/arith/arith_rewriter.h b/src/theory/arith/arith_rewriter.h
index 00d816e57..986ff369d 100644
--- a/src/theory/arith/arith_rewriter.h
+++ b/src/theory/arith/arith_rewriter.h
@@ -49,7 +49,7 @@ private:
static RewriteResponse rewriteConstant(TNode t);
static RewriteResponse rewriteMinus(TNode t, bool pre);
static RewriteResponse rewriteUMinus(TNode t, bool pre);
- static RewriteResponse rewriteDivByConstant(TNode t, bool pre);
+ static RewriteResponse rewriteDiv(TNode t, bool pre);
static RewriteResponse preRewritePlus(TNode t);
static RewriteResponse postRewritePlus(TNode t);
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback