summaryrefslogtreecommitdiff
path: root/src/theory/arith/nl/nl_model.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/arith/nl/nl_model.h')
-rw-r--r--src/theory/arith/nl/nl_model.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/theory/arith/nl/nl_model.h b/src/theory/arith/nl/nl_model.h
index 7dcd89a4a..e195aa9b2 100644
--- a/src/theory/arith/nl/nl_model.h
+++ b/src/theory/arith/nl/nl_model.h
@@ -23,6 +23,7 @@
#include "expr/kind.h"
#include "expr/node.h"
#include "expr/subs.h"
+#include "smt/env_obj.h"
namespace cvc5 {
@@ -48,12 +49,12 @@ class NonlinearExtension;
* model in the case it can determine that a model exists. These include
* techniques based on solving (quadratic) equations and bound analysis.
*/
-class NlModel
+class NlModel : protected EnvObj
{
friend class NonlinearExtension;
public:
- NlModel();
+ NlModel(Env& env);
~NlModel();
/**
* This method is called once at the beginning of a last call effort check,
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback