3
0
Fork 0
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:
Christoph M. Wintersteiger 2014-12-02 14:35:29 +00:00
commit 61c59fb4bf

View file

@ -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);