Skip to content

Commit

Permalink
fix #7521 (#7531)
Browse files Browse the repository at this point in the history
  • Loading branch information
hgvk94 authored Jan 27, 2025
1 parent 5634dc5 commit f574950
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/muz/spacer/spacer_context.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit f574950

Please sign in to comment.