mirror of
https://github.com/Z3Prover/z3
synced 2025-04-12 12:08:18 +00:00
re-enable delayed literal propagation
This commit is contained in:
parent
2f01b5b567
commit
faa2d8ac6c
|
@ -1057,7 +1057,6 @@ namespace euf {
|
||||||
SASSERT(true_lit != sat::null_literal);
|
SASSERT(true_lit != sat::null_literal);
|
||||||
return (void*)(r->to_ptr(true_lit));
|
return (void*)(r->to_ptr(true_lit));
|
||||||
};
|
};
|
||||||
r->m_egraph.copy_from(m_egraph, copy_justification);
|
|
||||||
r->set_solver(s);
|
r->set_solver(s);
|
||||||
r->m_egraph.copy_from(m_egraph, copy_justification);
|
r->m_egraph.copy_from(m_egraph, copy_justification);
|
||||||
for (euf::enode* n : r->m_egraph.nodes()) {
|
for (euf::enode* n : r->m_egraph.nodes()) {
|
||||||
|
|
Loading…
Reference in a new issue