summaryrefslogtreecommitdiff
path: root/src/theory/arith/attempt_solution_simplex.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/arith/attempt_solution_simplex.h')
-rw-r--r--src/theory/arith/attempt_solution_simplex.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/theory/arith/attempt_solution_simplex.h b/src/theory/arith/attempt_solution_simplex.h
index 25676a8b6..8c6b28b60 100644
--- a/src/theory/arith/attempt_solution_simplex.h
+++ b/src/theory/arith/attempt_solution_simplex.h
@@ -55,9 +55,9 @@
#pragma once
-#include "theory/arith/simplex.h"
#include "theory/arith/approx_simplex.h"
-#include "util/statistics_registry.h"
+#include "theory/arith/simplex.h"
+#include "util/statistics_stats.h"
namespace cvc5 {
namespace theory {
@@ -87,7 +87,6 @@ public:
IntStat d_conflicts;
Statistics();
- ~Statistics();
} d_statistics;
};/* class AttemptSolutionSDP */
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback