summaryrefslogtreecommitdiff
path: root/src/theory/bags/bags_statistics.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/bags/bags_statistics.h')
-rw-r--r--src/theory/bags/bags_statistics.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/theory/bags/bags_statistics.h b/src/theory/bags/bags_statistics.h
index c0bca3444..d2eb33dbe 100644
--- a/src/theory/bags/bags_statistics.h
+++ b/src/theory/bags/bags_statistics.h
@@ -19,8 +19,7 @@
#define CVC5__THEORY__BAGS_STATISTICS_H
#include "theory/bags/rewrites.h"
-#include "util/statistics_registry.h"
-#include "util/stats_histogram.h"
+#include "util/statistics_stats.h"
namespace cvc5 {
namespace theory {
@@ -33,10 +32,9 @@ class BagsStatistics
{
public:
BagsStatistics();
- ~BagsStatistics();
/** Counts the number of applications of each type of rewrite rule */
- IntegralHistogramStat<Rewrite> d_rewrites;
+ HistogramStat<Rewrite> d_rewrites;
};
} // namespace bags
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback