mirror of
https://github.com/Z3Prover/z3
synced 2025-04-23 09:05:31 +00:00
fix #7024
This commit is contained in:
parent
d469c1054e
commit
41a3196c89
3 changed files with 3 additions and 3 deletions
|
@ -1513,7 +1513,7 @@ public:
|
|||
for (theory_var i = 0; i < sz; ++i) {
|
||||
theory_var v = (i + start) % sz;
|
||||
enode* n1 = get_enode(v);
|
||||
if (!th.is_relevant_and_shared(n1) && !include_func_interp(n1))
|
||||
if (!th.is_relevant_and_shared(n1))
|
||||
continue;
|
||||
ensure_column(v);
|
||||
if (!is_registered_var(v))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue