mirror of
https://github.com/Z3Prover/z3
synced 2025-07-24 13:18:55 +00:00
na
This commit is contained in:
parent
991537836b
commit
4391c90960
9 changed files with 126 additions and 56 deletions
|
@ -296,6 +296,7 @@ namespace bv {
|
|||
h = mod(h, rational::power_of_two(bw));
|
||||
if (h == l)
|
||||
return;
|
||||
|
||||
if (eq(lo, hi)) {
|
||||
set_value(lo, l);
|
||||
set_value(hi, h);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue