mirror of
https://github.com/Z3Prover/z3
synced 2025-04-29 20:05:51 +00:00
parent
a71b4fab23
commit
e5892e5e97
4 changed files with 25 additions and 3 deletions
|
@ -664,7 +664,7 @@ namespace bv {
|
|||
result->set_solver(&ctx.s());
|
||||
for (theory_var i = 0; i < static_cast<theory_var>(get_num_vars()); ++i)
|
||||
if (find(i) != i)
|
||||
result->m_find.merge(i, find(i));
|
||||
result->m_find.set_root(i, find(i));
|
||||
result->m_prop_queue.append(m_prop_queue);
|
||||
for (unsigned i = 0; i < m_bool_var2atom.size(); ++i) {
|
||||
atom* a = m_bool_var2atom[i];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue