3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-24 01:25:31 +00:00
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2020-04-16 10:54:19 -07:00
parent dde0c514fa
commit 206c3e2c38

View file

@ -1652,6 +1652,7 @@ public:
if (!th.is_relevant_and_shared(n1)) {
continue;
}
ensure_column(v);
if (!can_get_ivalue(v)) {
continue;
}