summaryrefslogtreecommitdiff
path: root/src/theory/arith/nl/nl_solver.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/arith/nl/nl_solver.cpp')
-rw-r--r--src/theory/arith/nl/nl_solver.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/theory/arith/nl/nl_solver.cpp b/src/theory/arith/nl/nl_solver.cpp
index 521539674..6c20eec76 100644
--- a/src/theory/arith/nl/nl_solver.cpp
+++ b/src/theory/arith/nl/nl_solver.cpp
@@ -843,7 +843,7 @@ std::vector<NlLemma> NlSolver::checkMonomialMagnitude(unsigned c)
std::vector<NlLemma> nr_lemmas;
for (unsigned i = 0; i < lemmas.size(); i++)
{
- if (r_lemmas.find(lemmas[i].d_lemma) == r_lemmas.end())
+ if (r_lemmas.find(lemmas[i].d_node) == r_lemmas.end())
{
nr_lemmas.push_back(lemmas[i]);
}
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback