summaryrefslogtreecommitdiff
path: root/src/theory/quantifiers/term_database.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/quantifiers/term_database.h')
-rw-r--r--src/theory/quantifiers/term_database.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/theory/quantifiers/term_database.h b/src/theory/quantifiers/term_database.h
index e9dd371df..7e3806e8c 100644
--- a/src/theory/quantifiers/term_database.h
+++ b/src/theory/quantifiers/term_database.h
@@ -96,6 +96,8 @@ public:
void debugPrint(const char* c, Node n, unsigned depth = 0);
/** clear all data from this trie */
void clear() { d_data.clear(); }
+ /** is empty */
+ bool empty() { return d_data.empty(); }
};/* class TermArgTrie */
namespace fmcheck {
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback