mirror of
https://github.com/Z3Prover/z3
synced 2025-04-12 12:08:18 +00:00
parent
5634dc5875
commit
f574950237
|
@ -3488,7 +3488,7 @@ lbool context::handle_unknown(pob &n, const datalog::rule *r, model &model) {
|
||||||
}
|
}
|
||||||
// model \models reach_fact && Tr && pob
|
// model \models reach_fact && Tr && pob
|
||||||
if (model.is_true(n.pt().get_transition(*r)) && model.is_true(n.post()) &&
|
if (model.is_true(n.pt().get_transition(*r)) && model.is_true(n.post()) &&
|
||||||
n.pt().mk_mdl_rf_consistent(r, model)) {
|
r->get_uninterpreted_tail_size() == 0 && n.pt().mk_mdl_rf_consistent(r, model)) {
|
||||||
return l_true;
|
return l_true;
|
||||||
}
|
}
|
||||||
return l_undef;
|
return l_undef;
|
||||||
|
|
Loading…
Reference in a new issue