mirror of
https://github.com/Z3Prover/z3
synced 2025-06-13 09:26:15 +00:00
remove copy
This commit is contained in:
parent
d1a0e83423
commit
aeac0b46a0
1 changed files with 1 additions and 3 deletions
|
@ -224,10 +224,8 @@ bool theory_seq::reduce_ne(unsigned idx) {
|
||||||
TRACE("seq", display_disequation(tout << "updated: " << updated << "\n", n););
|
TRACE("seq", display_disequation(tout << "updated: " << updated << "\n", n););
|
||||||
|
|
||||||
if (updated) {
|
if (updated) {
|
||||||
auto new_n(ne(n.l(), n.r(), new_eqs, new_lits, new_deps));
|
m_nqs.set(idx, ne(n.l(), n.r(), new_eqs, new_lits, new_deps));
|
||||||
m_nqs.set(idx, new_n);
|
|
||||||
TRACE("seq", display_disequation(tout << "updated:\n", m_nqs[idx]););
|
TRACE("seq", display_disequation(tout << "updated:\n", m_nqs[idx]););
|
||||||
TRACE("seq", display_disequation(tout << "updated:\n", new_n););
|
|
||||||
}
|
}
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue