3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-07-19 10:52:02 +00:00
This commit is contained in:
Nikolaj Bjorner 2021-09-01 14:01:15 -07:00
parent a7bc4719c0
commit 7ce4be8455
3 changed files with 25 additions and 2 deletions

View file

@ -342,7 +342,9 @@ namespace euf {
break;
}
}
if (m.is_bool(n->get_expr()) && th_id != m.get_basic_family_id())
return true;
for (enode* parent : euf::enode_parents(n)) {
app* p = to_app(parent->get_expr());
family_id fid = p->get_family_id();