Skip to content

Commit

Permalink
install importlib-resources for ubuntu doc
Browse files Browse the repository at this point in the history
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
  • Loading branch information
NikolajBjorner committed Dec 4, 2023
1 parent f7415bb commit de75692
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/math/lp/nla_grobner.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit de75692

Please sign in to comment.