Skip to content

Commit

Permalink
Comment accidentally committed debugging command
Browse files Browse the repository at this point in the history
  • Loading branch information
tkralphs authored Mar 4, 2024
1 parent 4d3bb2c commit d4e9534
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/MibSCutGenerator.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1072,7 +1072,7 @@ MibSCutGenerator::findLowerLevelSolImprovingSolutionIC(double *uselessIneqs,
const double *optSol = nSolver->getColSolution();
CoinDisjointCopyN(optSol, lCols, lowerLevelSol);
CoinDisjointCopyN(optSol + lCols, numBinCols, uselessIneqs);
nSolver->writeLp("tmpp.lp");
//nSolver->writeLp("tmpp.lp");
foundSolution = true;
}
}
Expand Down

0 comments on commit d4e9534

Please sign in to comment.