summaryrefslogtreecommitdiff
path: root/src/theory/arith/arith_rewriter.h
diff options
context:
space:
mode:
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 611077038..6388c7031 100644
--- a/src/theory/arith/arith_rewriter.h
+++ b/src/theory/arith/arith_rewriter.h
@@ -85,6 +85,7 @@ private:
Node multPnfByNonZero(TNode pnf, Rational& q);
Node rewriteConstantDiv(TNode t);
+ void sortAndCombineCoefficients(std::vector<Node>& pnfs);
public:
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback