3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-08-13 22:41:15 +00:00

add back assertion for #3849

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2020-04-09 18:08:40 -07:00
parent 4651bffafc
commit c4b52edb29
2 changed files with 3 additions and 0 deletions

View file

@ -172,6 +172,7 @@ namespace datalog {
rw(body);
fml2 = m.mk_implies(body, ground(r.get_head()));
SASSERT(!has_term_ite(fml2));
if (has_term_ite(fml2))
return false;
app_ref_vector consts(m);