mirror of
https://github.com/Z3Prover/z3
synced 2025-07-04 11:55:40 +00:00
remove an assert
This commit is contained in:
parent
858eebca82
commit
a7966dc436
1 changed files with 1 additions and 1 deletions
|
@ -293,7 +293,7 @@ class lp_bound_propagator {
|
||||||
if (!column_is_fixed(x)) {
|
if (!column_is_fixed(x)) {
|
||||||
nf++;
|
nf++;
|
||||||
} else {
|
} else {
|
||||||
lp_assert(all_fixed_in_row(row_index));
|
// we have a fixed base column, exiting
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue