summaryrefslogtreecommitdiff
path: root/src/theory/model.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/model.h')
-rw-r--r--src/theory/model.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/theory/model.h b/src/theory/model.h
index d17192281..19415ae7b 100644
--- a/src/theory/model.h
+++ b/src/theory/model.h
@@ -216,6 +216,11 @@ private:
return n;
}
+ bool empty()
+ {
+ return d_typeSet.empty();
+ }
+
iterator begin()
{
return d_typeSet.begin();
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback