Skip to content

Commit 2822922

Browse files
fix regression with mainintaing signs for monotonicity lemmas
Signed-off-by: Nikolaj Bjorner <[email protected]>
1 parent d352c61 commit 2822922

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/ast/rewriter/bv_rewriter.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1337,9 +1337,6 @@ br_status bv_rewriter::mk_bv_smod_core(expr * arg1, expr * arg2, bool hi_div0, e
13371337
return BR_REWRITE2;
13381338
}
13391339

1340-
if (r2.is_pos()) {
1341-
1342-
}
13431340
}
13441341

13451342
if (hi_div0) {

0 commit comments

Comments
 (0)