Skip to content

Commit

Permalink
re-enable delayed literal propagation
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolajBjorner committed Nov 29, 2023
1 parent 2f01b5b commit faa2d8a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/sat/smt/euf_solver.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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()) {
Expand Down

0 comments on commit faa2d8a

Please sign in to comment.