Skip to content

Commit 775b04a

Browse files
committed
Make linter happy
1 parent fa58cc5 commit 775b04a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

highs/mip/HighsCutGeneration.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -721,8 +721,7 @@ bool HighsCutGeneration::cmirCutGenerationHeuristic(double minEfficacy,
721721
double aj = downaj;
722722
updateViolationAndNorm(j, aj, viol, sqrnorm);
723723
} else {
724-
double pj =
725-
fast_ceil(k * (fj - f0) * oneoveroneminusf0 - feastol);
724+
double pj = fast_ceil(k * (fj - f0) * oneoveroneminusf0 - feastol);
726725
double aj = downaj + (pj / (k + 1));
727726
updateViolationAndNorm(j, aj, viol, sqrnorm);
728727
}

0 commit comments

Comments
 (0)