mirror of
https://github.com/Z3Prover/z3
synced 2025-04-06 17:44:08 +00:00
install importlib-resources for ubuntu doc
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
f7415bb677
commit
de75692cb0
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue