summaryrefslogtreecommitdiff
path: root/src/theory/arith/dual_simplex.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/arith/dual_simplex.h')
-rw-r--r--src/theory/arith/dual_simplex.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/theory/arith/dual_simplex.h b/src/theory/arith/dual_simplex.h
index 7113bd329..e1021d2a5 100644
--- a/src/theory/arith/dual_simplex.h
+++ b/src/theory/arith/dual_simplex.h
@@ -56,7 +56,7 @@
#pragma once
#include "theory/arith/simplex.h"
-#include "util/statistics_registry.h"
+#include "util/statistics_stats.h"
namespace cvc5 {
namespace theory {
@@ -108,7 +108,6 @@ private:
ReferenceStat<uint32_t> d_finalCheckPivotCounter;
Statistics(uint32_t& pivots);
- ~Statistics();
} d_statistics;
};/* class DualSimplexDecisionProcedure */
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback