summaryrefslogtreecommitdiff
path: root/src/theory/arith/arith_rewriter.h
diff options
context:
space:
mode:
authorTim King <taking@cs.nyu.edu>2010-05-21 19:27:18 +0000
committerTim King <taking@cs.nyu.edu>2010-05-21 19:27:18 +0000
commit4ba56dc24c972afae6137e4dd6a05f3957e48bf5 (patch)
tree45bde947434108368092d09a355108469b58d524 /src/theory/arith/arith_rewriter.h
parent5321d62fce6c747fa9d11e9df5b2ef8c4e25de21 (diff)
Small fixes to TheoryArith. Added a hack to make Integers a subtype of Real. See Bug 127 for a discussion of the hack. I am also adding a regression test that does not work (bug 128). It is not enabled so make check should still be fine.
Diffstat (limited to 'src/theory/arith/arith_rewriter.h')
-rw-r--r--src/theory/arith/arith_rewriter.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/theory/arith/arith_rewriter.h b/src/theory/arith/arith_rewriter.h
index 5d94d20a9..184844dbc 100644
--- a/src/theory/arith/arith_rewriter.h
+++ b/src/theory/arith/arith_rewriter.h
@@ -75,6 +75,7 @@ private:
Node rewriteTerm(TNode t);
Node rewriteMult(TNode t);
Node rewritePlus(TNode t);
+ Node rewriteMinus(TNode t);
Node makeSubtractionNode(TNode l, TNode r);
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback