Skip to content

Commit b856533

Browse files
committed
take out change which caused trouble
1 parent b92a8fd commit b856533

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/ClpSimplex.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8985,7 +8985,6 @@ int ClpSimplex::pivot()
89858985
while (roundAgain) {
89868986
roundAgain = false;
89878987
unpack(rowArray_[1]);
8988-
rowArray_[1]->cleanAndPack(1.0e-12);
89898988
factorization_->updateColumnFT(rowArray_[2], rowArray_[1]);
89908989
alpha_ = 0.0;
89918990
int i;

0 commit comments

Comments
 (0)