diff --git a/src/math/lp/nla_core.cpp b/src/math/lp/nla_core.cpp index 216e03583..449ecad4c 100644 --- a/src/math/lp/nla_core.cpp +++ b/src/math/lp/nla_core.cpp @@ -1536,7 +1536,7 @@ lbool core::check() { m_divisions.check(); - if (false && no_effect()) { + if (no_effect()) { std::function check1 = [&]() { m_order.order_lemma(); }; std::function check2 = [&]() { m_monotone.monotonicity_lemma();