File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed
Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -1866,9 +1866,11 @@ void HighsMipSolverData::evaluateRootNode() {
18661866 mipsolver.analysis_ .mipTimerStop (kMipClockStartSymmetryDetection );
18671867 }
18681868 if (compute_analytic_centre && !analyticCenterComputed) {
1869- highsLogUser (mipsolver.options_mip_ ->log_options , HighsLogType::kInfo ,
1870- " MIP-Timing: %11.2g - starting analytic centre calculation\n " ,
1871- mipsolver.timer_ .read ());
1869+ if (mipsolver.analysis_ .analyse_mip_time )
1870+ highsLogUser (
1871+ mipsolver.options_mip_ ->log_options , HighsLogType::kInfo ,
1872+ " MIP-Timing: %11.2g - starting analytic centre calculation\n " ,
1873+ mipsolver.timer_ .read ());
18721874 mipsolver.analysis_ .mipTimerStart (kMipClockStartAnalyticCentreComputation );
18731875 startAnalyticCenterComputation (tg);
18741876 mipsolver.analysis_ .mipTimerStop (kMipClockStartAnalyticCentreComputation );
You can’t perform that action at this time.
0 commit comments