mirror of
https://github.com/Z3Prover/z3
synced 2025-04-07 18:05:21 +00:00
[BV size reduction] fix bug in detection of signed upperbound
Signed-off-by: Nuno Lopes <a-nlopes@microsoft.com>
This commit is contained in:
parent
59dfd2abe4
commit
1a396b0bd2
|
@ -151,7 +151,7 @@ struct bv_size_reduction_tactic::imp {
|
|||
// bound is infeasible.
|
||||
}
|
||||
else {
|
||||
update_signed_upper(to_app(lhs), val);
|
||||
update_signed_upper(to_app(rhs), val);
|
||||
}
|
||||
}
|
||||
else update_signed_lower(to_app(rhs), val);
|
||||
|
|
Loading…
Reference in a new issue