mirror of
https://github.com/Z3Prover/z3
synced 2025-04-08 02:15:19 +00:00
remove an assert
This commit is contained in:
parent
858eebca82
commit
a7966dc436
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue