Skip to content

Commit b92a8fd

Browse files
committed
minor change to get rid of assert
1 parent 5b8c99e commit b92a8fd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/ClpSimplex.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -8985,6 +8985,7 @@ int ClpSimplex::pivot()
89858985
while (roundAgain) {
89868986
roundAgain = false;
89878987
unpack(rowArray_[1]);
8988+
rowArray_[1]->cleanAndPack(1.0e-12);
89888989
factorization_->updateColumnFT(rowArray_[2], rowArray_[1]);
89898990
alpha_ = 0.0;
89908991
int i;

0 commit comments

Comments
 (0)