Skip to content

Commit 8c82909

Browse files
committed
Remove comment as issue is now understood
1 parent 4a5d71a commit 8c82909

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

highs/mip/HighsPrimalHeuristics.cpp

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff 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;

0 commit comments

Comments
 (0)