3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-23 09:05:31 +00:00

re-enable delayed literal propagation

This commit is contained in:
Nikolaj Bjorner 2023-11-29 14:00:17 -08:00
parent 4289cfac8d
commit 2f01b5b567
2 changed files with 2 additions and 1 deletions

View file

@ -1059,6 +1059,7 @@ namespace euf {
};
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()) {
auto b = n->bool_var();
if (b != sat::null_bool_var) {