Skip to content

Commit 710aaa3

Browse files
committed
remove a printf that is going to stdout, probably debug leftover
1 parent 7fe1727 commit 710aaa3

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

highs/mip/HighsMipSolverData.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1181,9 +1181,6 @@ double HighsMipSolverData::transformNewIntegerFeasibleSolution(
11811181
tmpSolver.passModel(std::move(fixedModel));
11821182
// Until a good decision can be made on whether to use simplex,
11831183
// HiPO or IPX to solve an LP without a basis, use simplex
1184-
printf(
1185-
"HighsMipSolverData::transformNewIntegerFeasibleSolution "
1186-
"tmpSolver.run();\n");
11871184
tmpSolver.setOptionValue("solver", kSimplexString);
11881185
tmpSolver.run();
11891186
if (!mipsolver.submip) {

0 commit comments

Comments
 (0)