Skip to content

Commit

Permalink
take out change which caused trouble
Browse files Browse the repository at this point in the history
  • Loading branch information
jjhforrest committed Feb 22, 2025
1 parent b92a8fd commit b856533
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/ClpSimplex.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -8985,7 +8985,6 @@ int ClpSimplex::pivot()
while (roundAgain) {
roundAgain = false;
unpack(rowArray_[1]);
rowArray_[1]->cleanAndPack(1.0e-12);
factorization_->updateColumnFT(rowArray_[2], rowArray_[1]);
alpha_ = 0.0;
int i;
Expand Down

0 comments on commit b856533

Please sign in to comment.