mirror of
https://github.com/Z3Prover/z3
synced 2025-04-04 16:44:07 +00:00
fix regression with mainintaing signs for monotonicity lemmas
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
d352c61e01
commit
2822922d36
|
@ -1337,9 +1337,6 @@ br_status bv_rewriter::mk_bv_smod_core(expr * arg1, expr * arg2, bool hi_div0, e
|
|||
return BR_REWRITE2;
|
||||
}
|
||||
|
||||
if (r2.is_pos()) {
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
if (hi_div0) {
|
||||
|
|
Loading…
Reference in a new issue