mirror of
https://github.com/Z3Prover/z3
synced 2025-04-14 12:58:44 +00:00
parent
41d1c34067
commit
6010d751ed
|
@ -437,6 +437,8 @@ namespace datalog {
|
|||
tgt.add_rule(r);
|
||||
continue;
|
||||
}
|
||||
|
||||
TRACE("dl", tout << pt_len
|
||||
modified = true;
|
||||
|
||||
func_decl * pred = r->get_decl(i);
|
||||
|
@ -449,7 +451,7 @@ namespace datalog {
|
|||
}
|
||||
}
|
||||
if (modified) {
|
||||
datalog::del_rule(m_mc, *r0, l_true);
|
||||
datalog::del_rule(m_mc, *r0, l_undef);
|
||||
}
|
||||
|
||||
return modified;
|
||||
|
|
Loading…
Reference in a new issue