Skip to content

Commit 99a0d65

Browse files
committed
Reenable scaling at all times
1 parent abfd94b commit 99a0d65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

highs/mip/HighsCutGeneration.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1642,7 +1642,7 @@ bool HighsCutGeneration::preprocessSNFRelaxation() {
16421642
}
16431643

16441644
if (numContCols == 0) return false;
1645-
if (maxAbsVal > 1 + feastol || maxAbsVal < 0.5 - feastol) scale(maxAbsVal);
1645+
scale(maxAbsVal);
16461646

16471647
for (HighsInt i = 0; i != rowlen; ++i) {
16481648
HighsInt col = inds[i];

0 commit comments

Comments
 (0)