From 3d1ad64367948039f67f653e34f19359e3c9c496 Mon Sep 17 00:00:00 2001 From: Clark Barrett Date: Tue, 28 Mar 2017 18:29:48 -0700 Subject: Fix for bug 733 --- src/theory/theory.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/theory/theory.h') diff --git a/src/theory/theory.h b/src/theory/theory.h index d50d6b3f9..445d184e4 100644 --- a/src/theory/theory.h +++ b/src/theory/theory.h @@ -734,6 +734,11 @@ public: return !d_facts.empty(); } + /** Return total number of facts asserted to this theory */ + size_t numAssertions() { + return d_facts.size(); + } + typedef context::CDList::const_iterator shared_terms_iterator; /** -- cgit v1.2.3