summaryrefslogtreecommitdiff
path: root/src/theory/arrays/theory_arrays.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/arrays/theory_arrays.cpp')
-rw-r--r--src/theory/arrays/theory_arrays.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/theory/arrays/theory_arrays.cpp b/src/theory/arrays/theory_arrays.cpp
index 9ed6de31f..783929f97 100644
--- a/src/theory/arrays/theory_arrays.cpp
+++ b/src/theory/arrays/theory_arrays.cpp
@@ -130,6 +130,10 @@ TheoryArrays::~TheoryArrays() {
StatisticsRegistry::unregisterStat(&d_numExplain);
StatisticsRegistry::unregisterStat(&d_numNonLinear);
StatisticsRegistry::unregisterStat(&d_numSharedArrayVarSplits);
+ StatisticsRegistry::unregisterStat(&d_numGetModelValSplits);
+ StatisticsRegistry::unregisterStat(&d_numGetModelValConflicts);
+ StatisticsRegistry::unregisterStat(&d_numSetModelValSplits);
+ StatisticsRegistry::unregisterStat(&d_numSetModelValConflicts);
StatisticsRegistry::unregisterStat(&d_checkTimer);
}
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback