mirror of
https://github.com/Z3Prover/z3
synced 2025-04-23 09:05:31 +00:00
fix regression with mainintaing signs for monotonicity lemmas
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
cd833e892f
commit
d352c61e01
2 changed files with 6 additions and 0 deletions
|
@ -1336,6 +1336,10 @@ br_status bv_rewriter::mk_bv_smod_core(expr * arg1, expr * arg2, bool hi_div0, e
|
|||
result = mk_numeral(0, bv_size);
|
||||
return BR_REWRITE2;
|
||||
}
|
||||
|
||||
if (r2.is_pos()) {
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
if (hi_div0) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue