From: Dejan Jovanović Date: Sat, 22 Sep 2012 14:34:52 +0000 (+0000) Subject: another fix for the equality class iterator X-Git-Tag: cvc5-1.0.0~7792 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=8b106b77c11d12d16abac845ed704845ef888bd2;p=cvc5.git another fix for the equality class iterator --- diff --git a/src/theory/uf/equality_engine.cpp b/src/theory/uf/equality_engine.cpp index c2647902c..6cef3dff5 100644 --- a/src/theory/uf/equality_engine.cpp +++ b/src/theory/uf/equality_engine.cpp @@ -260,6 +260,7 @@ void EqualityEngine::addTerm(TNode t) { addTerm(tOp); // Add all the children and Curryfy result = getNodeId(tOp); + d_isInternal[result] = true; for (unsigned i = 0; i < t.getNumChildren(); ++ i) { // Add the child addTerm(t[i]);