summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/theory/strings/theory_strings_rewriter.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/theory/strings/theory_strings_rewriter.cpp b/src/theory/strings/theory_strings_rewriter.cpp
index 3bed01ea2..35e966b78 100644
--- a/src/theory/strings/theory_strings_rewriter.cpp
+++ b/src/theory/strings/theory_strings_rewriter.cpp
@@ -703,6 +703,7 @@ Node TheoryStringsRewriter::rewriteArithEqualityExt(Node node)
// notice we cannot rewrite str.to.int(x)=n to x="n" due to leading zeroes.
+ NodeManager* nm = NodeManager::currentNM();
if (checkEntailArith(node[0], node[1], true)
|| checkEntailArith(node[1], node[0], true))
{
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback