Skip to content

Commit 7e6e14b

Browse files
committed
Fix issue
1 parent e79171f commit 7e6e14b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

highs/mip/HighsPrimalHeuristics.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -323,8 +323,7 @@ void HighsPrimalHeuristics::rootReducedCost() {
323323
12);
324324
}
325325

326-
constexpr static double calcFixVal(double rootchange, double fracval,
327-
double cost) {
326+
static double calcFixVal(double rootchange, double fracval, double cost) {
328327
// reinforce direction of this solution away from root
329328
// solution if the change is at least 0.4
330329
// otherwise take the direction where the objective gets worse

0 commit comments

Comments
 (0)