Skip to content

Commit 8c54b3e

Browse files
committed
Calc strongcg for conflict + modk
1 parent 9903204 commit 8c54b3e

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
@@ -523,7 +523,7 @@ bool HighsCutGeneration::cmirCutGenerationHeuristic(double minEfficacy,
523523
integerinds.clear();
524524
integerinds.reserve(rowlen);
525525

526-
bool strongcg = !onlyInitialCMIRScale;
526+
bool strongcg = true;
527527
double maxabsdelta = 0.0;
528528
constexpr double maxCMirScale = 1e6;
529529
constexpr double f0min = 0.005;

0 commit comments

Comments
 (0)