mirror of
https://github.com/Z3Prover/z3
synced 2025-11-11 00:22:05 +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
|
|
@ -773,6 +773,7 @@ namespace smt {
|
|||
|
||||
void internalize_quantifier(quantifier * q, bool gate_ctx);
|
||||
|
||||
bool m_has_lambda = false;
|
||||
void internalize_lambda(quantifier * q);
|
||||
|
||||
void internalize_formula_core(app * n, bool gate_ctx);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue