Skip to content

Commit 39da4f6

Browse files
committed
remove an assert
Signed-off-by: Lev Nachmanson <[email protected]>
1 parent 28d4178 commit 39da4f6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/math/lp/dioph_eq.cpp

-1
Original file line numberDiff line numberDiff line change
@@ -1100,7 +1100,6 @@ namespace lp {
11001100
SASSERT(ret == lia_move::undef);
11011101
ret = branching_on_undef();
11021102
if (ret == lia_move::sat || ret == lia_move::conflict) {
1103-
SASSERT(lra.settings().get_cancel_flag() == false);
11041103
return ret;
11051104
}
11061105
SASSERT(ret == lia_move::undef);

0 commit comments

Comments
 (0)