mirror of
https://github.com/Z3Prover/z3
synced 2025-04-15 21:38:44 +00:00
parent
dde0c514fa
commit
206c3e2c38
|
@ -1652,6 +1652,7 @@ public:
|
||||||
if (!th.is_relevant_and_shared(n1)) {
|
if (!th.is_relevant_and_shared(n1)) {
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
ensure_column(v);
|
||||||
if (!can_get_ivalue(v)) {
|
if (!can_get_ivalue(v)) {
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue