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 7fe1727 commit 710aaa3Copy full SHA for 710aaa3
highs/mip/HighsMipSolverData.cpp
@@ -1181,9 +1181,6 @@ double HighsMipSolverData::transformNewIntegerFeasibleSolution(
1181
tmpSolver.passModel(std::move(fixedModel));
1182
// Until a good decision can be made on whether to use simplex,
1183
// HiPO or IPX to solve an LP without a basis, use simplex
1184
- printf(
1185
- "HighsMipSolverData::transformNewIntegerFeasibleSolution "
1186
- "tmpSolver.run();\n");
1187
tmpSolver.setOptionValue("solver", kSimplexString);
1188
tmpSolver.run();
1189
if (!mipsolver.submip) {
0 commit comments