From de75692cb033fc557862e41efc152f0beec94b7f Mon Sep 17 00:00:00 2001 From: Nikolaj Bjorner Date: Mon, 4 Dec 2023 10:30:57 -0800 Subject: [PATCH] install importlib-resources for ubuntu doc Signed-off-by: Nikolaj Bjorner --- src/math/lp/nla_grobner.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/math/lp/nla_grobner.cpp b/src/math/lp/nla_grobner.cpp index 813980238..baf27a5bb 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;