Skip to content

Commit

Permalink
Change default ISIC cut type to Type I (#135)
Browse files Browse the repository at this point in the history
* Change ISIC cut type default to Type I
  • Loading branch information
yuxies authored Apr 23, 2024
1 parent ec745b6 commit f5135aa
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 @@ -388,7 +388,7 @@ MibSParams::setDefaultEntries() {

setEntry(useFractionalCutsRootOnly, 0);

setEntry(bilevelFreeSetTypeISIC, MibSBilevelFreeSetTypeISICNotSet);
setEntry(bilevelFreeSetTypeISIC, MibSBilevelFreeSetTypeISICWithLLOptSol);

setEntry(solveSecondLevelEveryIteration, PARAM_OFF);

Expand Down

0 comments on commit f5135aa

Please sign in to comment.