diff --git a/src/math/lp/nla_grobner.cpp b/src/math/lp/nla_grobner.cpp index 81398023863..baf27a5bbc6 100644 --- a/src/math/lp/nla_grobner.cpp +++ b/src/math/lp/nla_grobner.cpp @@ -399,7 +399,7 @@ namespace nla { for (auto eq : m_solver.equations()) if (propagate_linear_equations(*eq)) ++changed; -#if 1 +#if 0 for (auto eq : m_solver.equations()) if (check_missed_bound(*eq)) return true;