3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-16 05:48:44 +00:00

remove an assert

Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
Lev Nachmanson 2024-11-19 11:58:49 -08:00
parent 28bafa301e
commit 44d75da7a5

View file

@ -1100,7 +1100,6 @@ namespace lp {
SASSERT(ret == lia_move::undef);
ret = branching_on_undef();
if (ret == lia_move::sat || ret == lia_move::conflict) {
SASSERT(lra.settings().get_cancel_flag() == false);
return ret;
}
SASSERT(ret == lia_move::undef);