3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-06 17:44:08 +00:00
This commit is contained in:
Hari Govind V K 2025-01-26 20:52:06 -05:00 committed by GitHub
parent 5634dc5875
commit f574950237
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -3488,7 +3488,7 @@ lbool context::handle_unknown(pob &n, const datalog::rule *r, model &model) {
}
// model \models reach_fact && Tr && pob
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_undef;