summaryrefslogtreecommitdiff
path: root/src/theory/arith/nl/pow2_solver.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/arith/nl/pow2_solver.cpp')
-rw-r--r--src/theory/arith/nl/pow2_solver.cpp7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/theory/arith/nl/pow2_solver.cpp b/src/theory/arith/nl/pow2_solver.cpp
index d708e86e1..597a0df96 100644
--- a/src/theory/arith/nl/pow2_solver.cpp
+++ b/src/theory/arith/nl/pow2_solver.cpp
@@ -33,8 +33,11 @@ namespace theory {
namespace arith {
namespace nl {
-Pow2Solver::Pow2Solver(InferenceManager& im, ArithState& state, NlModel& model)
- : d_im(im), d_model(model), d_initRefine(state.getUserContext())
+Pow2Solver::Pow2Solver(Env& env,
+ InferenceManager& im,
+ ArithState& state,
+ NlModel& model)
+ : EnvObj(env), d_im(im), d_model(model), d_initRefine(userContext())
{
NodeManager* nm = NodeManager::currentNM();
d_false = nm->mkConst(false);
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback