I'm seeing a regression with lambdas, where a lot of simple formulas that used to be unsat now give unknown. The commit at fault is: https://github.com/Z3Prover/z3/commit/8f306c6a8fec4b80e89d19cbec391f06d915ed6b Error message: `smt tactic failed to show goal to be sat/unsat (incomplete quantifiers)` The attached log has 2 calls to Z3_check: they should give sat & unsat, respectively. After the mentioned commit, they give sat & undef. [z3_log.zip](https://github.com/Z3Prover/z3/files/7072396/z3_log.zip) The test case is from Alive2 and is really simple: just transforms a store instruction into a memset (the lambda).