summaryrefslogtreecommitdiff
path: root/src/theory/arith/arith_rewriter.h
diff options
context:
space:
mode:
authorTim King <taking@cs.nyu.edu>2010-05-26 22:41:54 +0000
committerTim King <taking@cs.nyu.edu>2010-05-26 22:41:54 +0000
commitcae87e13a782fee7dc337de70c4137c791aeaab3 (patch)
tree285a481bb8aa312090623ecdf776a9c160a78e5a /src/theory/arith/arith_rewriter.h
parent4e410b38715248f4c74539ecf51dcc01f405105c (diff)
. '+Outstanding case split in theory arith'
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 184844dbc..611077038 100644
--- a/src/theory/arith/arith_rewriter.h
+++ b/src/theory/arith/arith_rewriter.h
@@ -77,6 +77,7 @@ private:
Node rewritePlus(TNode t);
Node rewriteMinus(TNode t);
Node makeSubtractionNode(TNode l, TNode r);
+ Node makeUnaryMinusNode(TNode n);
Node var2pnf(TNode variable);
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback