mirror of
https://github.com/Z3Prover/z3
synced 2025-06-19 20:33:38 +00:00
Merge branch 'unstable' of https://git01.codeplex.com/z3 into unstable
This commit is contained in:
commit
61c59fb4bf
1 changed files with 1 additions and 1 deletions
|
@ -151,7 +151,7 @@ struct bv_size_reduction_tactic::imp {
|
||||||
// bound is infeasible.
|
// bound is infeasible.
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
update_signed_upper(to_app(lhs), val);
|
update_signed_upper(to_app(rhs), val);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else update_signed_lower(to_app(rhs), val);
|
else update_signed_lower(to_app(rhs), val);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue