3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-06-29 09:28:45 +00:00

fix regression, fix #5115

This commit is contained in:
Nikolaj Bjorner 2021-03-30 17:43:12 -07:00
parent 1fcd537d81
commit 1fc9a7ba84
2 changed files with 4 additions and 1 deletions

View file

@ -602,6 +602,9 @@ namespace smt {
m_app2enode.setx(q->get_id(), get_enode(lam_name), nullptr);
m_l_internalized_stack.push_back(q);
m_trail_stack.push_back(&m_mk_lambda_trail);
bool_var bv = get_bool_var(fa);
assign(literal(bv, false), nullptr);
mark_as_relevant(bv);
}
/**