summaryrefslogtreecommitdiff
path: root/src/theory/quantifiers/sygus/cegis.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/quantifiers/sygus/cegis.cpp')
-rw-r--r--src/theory/quantifiers/sygus/cegis.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/theory/quantifiers/sygus/cegis.cpp b/src/theory/quantifiers/sygus/cegis.cpp
index 57fe40517..dfef0bad4 100644
--- a/src/theory/quantifiers/sygus/cegis.cpp
+++ b/src/theory/quantifiers/sygus/cegis.cpp
@@ -599,7 +599,7 @@ bool Cegis::checkRefinementEvalLemmas(const std::vector<Node>& vs,
for (unsigned j = 0, psize = vsProc.size(); j < psize; j++)
{
evalVisited[vsProc[j]] = msProc[j];
- Assert(vsProc[j].getType() == msProc[j].getType());
+ Assert(vsProc[j].getType().isComparableTo(msProc[j].getType()));
}
}
}
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback