We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b92a8fd commit b856533Copy full SHA for b856533
src/ClpSimplex.cpp
@@ -8985,7 +8985,6 @@ int ClpSimplex::pivot()
8985
while (roundAgain) {
8986
roundAgain = false;
8987
unpack(rowArray_[1]);
8988
- rowArray_[1]->cleanAndPack(1.0e-12);
8989
factorization_->updateColumnFT(rowArray_[2], rowArray_[1]);
8990
alpha_ = 0.0;
8991
int i;
0 commit comments