File tree Expand file tree Collapse file tree 1 file changed +0
-6
lines changed
Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -161,12 +161,6 @@ bool HighsPrimalHeuristics::solveSubMip(
161161 // (double)mipsolver.orig_model_->a_matrix_.value_.size();
162162 int64_t adjusted_lp_iterations =
163163 (size_t )(adjustmentfactor * submipsolver.mipdata_ ->total_lp_iterations );
164- // The value of adjustmentfactor as the sub-MIP level decreases
165- // can lead to lp_iterations blowing up - see original model in
166- // #2326. Since lp_iterations is a pseudo-measure - for what
167- // purpose? - is it misleading to report it? That said, the reason
168- // why it blows up may be indicative of circumstances where
169- // sub-MIPs being solved is inadvisable
170164 lp_iterations += adjusted_lp_iterations;
171165 total_repair_lp += submipsolver.mipdata_ ->total_repair_lp ;
172166 total_repair_lp_feasible += submipsolver.mipdata_ ->total_repair_lp_feasible ;
You can’t perform that action at this time.
0 commit comments