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
|
@ -918,7 +918,7 @@ namespace arith {
|
|||
theory_var v = (i + start) % sz;
|
||||
if (is_bool(v))
|
||||
continue;
|
||||
if (!ctx.is_shared(var2enode(v)) && !include_func_interp(var2enode(v)))
|
||||
if (!ctx.is_shared(var2enode(v)))
|
||||
continue;
|
||||
ensure_column(v);
|
||||
if (!is_registered_var(v))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue