summaryrefslogtreecommitdiff
path: root/src/theory/strings/skolem_cache.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/strings/skolem_cache.h')
-rw-r--r--src/theory/strings/skolem_cache.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/theory/strings/skolem_cache.h b/src/theory/strings/skolem_cache.h
index 3612f8503..3946d7622 100644
--- a/src/theory/strings/skolem_cache.h
+++ b/src/theory/strings/skolem_cache.h
@@ -174,7 +174,8 @@ class SkolemCache
struct Statistics
{
IntStat d_numSkolems;
- IntStat d_numCachedSkolems;
+ IntStat d_numCachedSkolemsPre;
+ IntStat d_numCachedSkolemsPost;
Statistics();
~Statistics();
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback