summaryrefslogtreecommitdiff
path: root/src/theory/strings/theory_strings.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/strings/theory_strings.h')
-rw-r--r--src/theory/strings/theory_strings.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/theory/strings/theory_strings.h b/src/theory/strings/theory_strings.h
index 8e2af8434..aeba210f9 100644
--- a/src/theory/strings/theory_strings.h
+++ b/src/theory/strings/theory_strings.h
@@ -683,6 +683,8 @@ private:
IntStat d_eq_splits;
IntStat d_deq_splits;
IntStat d_loop_lemmas;
+ IntStat d_numStrInRe;
+ IntStat d_numStrInReElim;
Statistics();
~Statistics();
};/* class TheoryStrings::Statistics */
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback