mirror of
https://github.com/Z3Prover/z3
synced 2025-04-23 09:05:31 +00:00
intblast debugging
This commit is contained in:
parent
f89de2b455
commit
9373e1b7f5
8 changed files with 121 additions and 22 deletions
|
@ -343,7 +343,8 @@ namespace euf {
|
|||
enode* hi = mk_extract(n, cut, w - 1);
|
||||
enode* lo = mk_extract(n, 0, cut - 1);
|
||||
auto& i = info(n);
|
||||
SASSERT(i.value);
|
||||
if (!i.value)
|
||||
i.value = n;
|
||||
i.hi = hi;
|
||||
i.lo = lo;
|
||||
i.cut = cut;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue