3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-08-12 22:20:54 +00:00

annotate arith_sls

This commit is contained in:
Nikolaj Bjorner 2023-02-12 20:55:44 -08:00
parent bb81bc5452
commit 7956cf1201
3 changed files with 16 additions and 5 deletions

View file

@ -81,11 +81,8 @@ namespace euf {
return;
}
euf::enode* n = m_egraph.find(m_bool_var2expr.get(l.var(), nullptr));
for (auto const& thv : enode_th_vars(n)) {
auto* th = m_id2solver.get(thv.get_id(), nullptr);
if (th)
th->set_bounds(n);
}
for (auto* s : m_solvers)
s->set_bounds(n);
};
for (auto cl : bool_search.unsat_set()) {