3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-08 02:15:19 +00:00

remove an assert

This commit is contained in:
Lev Nachmanson 2023-08-07 13:05:16 -10:00 committed by Lev Nachmanson
parent 858eebca82
commit a7966dc436

View file

@ -293,7 +293,7 @@ class lp_bound_propagator {
if (!column_is_fixed(x)) {
nf++;
} else {
lp_assert(all_fixed_in_row(row_index));
// we have a fixed base column, exiting
return 0;
}