mirror of
https://github.com/Z3Prover/z3
synced 2025-06-09 07:33:24 +00:00
finished fix for #3849 by converting assert into trace
This commit is contained in:
parent
fdabaa6cd2
commit
d53e30ecbe
1 changed files with 1 additions and 1 deletions
|
@ -172,7 +172,7 @@ namespace datalog {
|
||||||
rw(body);
|
rw(body);
|
||||||
|
|
||||||
fml2 = m.mk_implies(body, ground(r.get_head()));
|
fml2 = m.mk_implies(body, ground(r.get_head()));
|
||||||
SASSERT(!has_term_ite(fml2));
|
CTRACE("dl", has_term_ite(fml2), tout << "Rule has term-ite after elimination. Giving up\n";);
|
||||||
if (has_term_ite(fml2))
|
if (has_term_ite(fml2))
|
||||||
return false;
|
return false;
|
||||||
app_ref_vector consts(m);
|
app_ref_vector consts(m);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue