mirror of
https://github.com/Z3Prover/z3
synced 2025-11-05 13:56:03 +00:00
regressions from previous push
This commit is contained in:
parent
2daf569da6
commit
07c26208fa
2 changed files with 3 additions and 0 deletions
|
|
@ -197,6 +197,7 @@ void macro_manager::get_head_def(quantifier * q, func_decl * d, app * & head, ex
|
|||
VERIFY(m.is_eq(body, lhs, rhs));
|
||||
SASSERT(is_app_of(lhs, d) || is_app_of(rhs, d));
|
||||
SASSERT(!is_app_of(lhs, d) || !is_app_of(rhs, d));
|
||||
SASSERT(!is_not || m.is_bool(lhs));
|
||||
if (is_app_of(lhs, d)) {
|
||||
revert = false;
|
||||
head = to_app(lhs);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue