summaryrefslogtreecommitdiff
path: root/src/theory/quantifiers/first_order_model.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/quantifiers/first_order_model.cpp')
-rw-r--r--src/theory/quantifiers/first_order_model.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/theory/quantifiers/first_order_model.cpp b/src/theory/quantifiers/first_order_model.cpp
index 1e3116f43..0eec40de2 100644
--- a/src/theory/quantifiers/first_order_model.cpp
+++ b/src/theory/quantifiers/first_order_model.cpp
@@ -317,7 +317,7 @@ Node FirstOrderModel::getModelBasisTerm(TypeNode tn)
if (d_model_basis_term.find(tn) == d_model_basis_term.end())
{
Node mbt;
- if (d_qe->getTermEnumeration()->isClosedEnumerableType(tn))
+ if (tn.isClosedEnumerable())
{
mbt = d_qe->getTermEnumeration()->getEnumerateTerm(tn, 0);
}
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback