mirror of
https://github.com/Z3Prover/z3
synced 2025-04-08 18:31:49 +00:00
parent
7fc9eb11db
commit
0e78f092b5
|
@ -165,7 +165,8 @@ namespace datalog {
|
|||
head = ground(head);
|
||||
|
||||
fml2 = m.mk_implies(body, head);
|
||||
SASSERT(!has_term_ite(fml2));
|
||||
if (has_term_ite(fml2))
|
||||
return false;
|
||||
app_ref_vector consts(m);
|
||||
collect_uninterp_consts(fml2, consts);
|
||||
fml2 = mk_forall(m, consts.size(), consts.c_ptr(), fml2);
|
||||
|
|
Loading…
Reference in a new issue