summaryrefslogtreecommitdiff
path: root/src/theory/arith/nl/nonlinear_extension.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/arith/nl/nonlinear_extension.h')
-rw-r--r--src/theory/arith/nl/nonlinear_extension.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/theory/arith/nl/nonlinear_extension.h b/src/theory/arith/nl/nonlinear_extension.h
index ed1838b4b..69710265c 100644
--- a/src/theory/arith/nl/nonlinear_extension.h
+++ b/src/theory/arith/nl/nonlinear_extension.h
@@ -29,6 +29,7 @@
#include "theory/arith/nl/nl_lemma_utils.h"
#include "theory/arith/nl/nl_model.h"
#include "theory/arith/nl/nl_solver.h"
+#include "theory/arith/nl/stats.h"
#include "theory/arith/nl/transcendental_solver.h"
#include "theory/arith/theory_arith.h"
#include "theory/uf/equality_engine.h"
@@ -284,6 +285,8 @@ class NonlinearExtension
TheoryArith& d_containing;
// pointer to used equality engine
eq::EqualityEngine* d_ee;
+ /** The statistics class */
+ NlStats d_stats;
// needs last call effort
bool d_needsLastCall;
/** The non-linear model object
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback