Skip to content

Commit

Permalink
Correct mistaken default parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
tkralphs committed Jan 16, 2025
1 parent b663671 commit 5c285ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/MibSParams.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,7 @@ MibSParams::setDefaultEntries() {

setEntry(objBoundStrategy, LPBOUND);

setEntry(milpCutStrategy, MibSMILPCutStrategyDefault);
setEntry(milpCutStrategy, MibSMILPCutStrategyNotSet);

setEntry(blisBranchStrategy, 1);

Expand Down

0 comments on commit 5c285ce

Please sign in to comment.