mirror of
https://github.com/Z3Prover/z3
synced 2025-04-12 12:08:18 +00:00
parent
8e18a94558
commit
f26c12a9ad
|
@ -449,7 +449,7 @@ namespace datalog {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (modified) {
|
if (modified) {
|
||||||
datalog::del_rule(m_mc, *r0, l_false);
|
datalog::del_rule(m_mc, *r0, l_true);
|
||||||
}
|
}
|
||||||
|
|
||||||
return modified;
|
return modified;
|
||||||
|
|
Loading…
Reference in a new issue