Skip to content

Commit de75692

Browse files
install importlib-resources for ubuntu doc
Signed-off-by: Nikolaj Bjorner <[email protected]>
1 parent f7415bb commit de75692

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/math/lp/nla_grobner.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -399,7 +399,7 @@ namespace nla {
399399
for (auto eq : m_solver.equations())
400400
if (propagate_linear_equations(*eq))
401401
++changed;
402-
#if 1
402+
#if 0
403403
for (auto eq : m_solver.equations())
404404
if (check_missed_bound(*eq))
405405
return true;

0 commit comments

Comments
 (0)