3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-06 17:44:08 +00:00

re-enable delayed literal propagation

This commit is contained in:
Nikolaj Bjorner 2023-11-29 14:00:37 -08:00
parent 2f01b5b567
commit faa2d8ac6c

View file

@ -1057,7 +1057,6 @@ namespace euf {
SASSERT(true_lit != sat::null_literal);
return (void*)(r->to_ptr(true_lit));
};
r->m_egraph.copy_from(m_egraph, copy_justification);
r->set_solver(s);
r->m_egraph.copy_from(m_egraph, copy_justification);
for (euf::enode* n : r->m_egraph.nodes()) {