mirror of
https://github.com/Z3Prover/z3
synced 2025-07-19 10:52:02 +00:00
This commit is contained in:
parent
a7bc4719c0
commit
7ce4be8455
3 changed files with 25 additions and 2 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue