mirror of
https://github.com/Z3Prover/z3
synced 2025-06-29 09:28:45 +00:00
flag incomplete on lambdas #5803
This commit is contained in:
parent
a189ca8b60
commit
a326ad4cd9
6 changed files with 22 additions and 7 deletions
|
@ -605,6 +605,8 @@ namespace smt {
|
|||
bool_var bv = get_bool_var(fa);
|
||||
assign(literal(bv, false), nullptr);
|
||||
mark_as_relevant(bv);
|
||||
push_trail(value_trail<bool>(m_has_lambda));
|
||||
m_has_lambda = true;
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue