Skip to content

Commit

Permalink
Small change to defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
tkralphs committed Nov 17, 2024
1 parent 64a332d commit 40cb405
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/MibSModel.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3999,7 +3999,7 @@ MibSModel::adjustParameters()
if (MibSPar_->entry(MibSParams::useImprovingSolutionIC) == PARAM_ON){
switch (MibSPar_->entry(MibSParams::ISICGenStrategy)) {
case MibSISICGenStrategyNotSet:
MibSPar()->setEntry(MibSParams::ISICGenStrategy, MibSISICGenStrategyXYInt);
MibSPar()->setEntry(MibSParams::ISICGenStrategy, MibSISICGenStrategyLInt);
case MibSISICGenStrategyXYInt:
MibSPar()->setEntry(MibSParams::solveSecondLevelWhenXYVarsInt, 1);
break;
Expand Down

0 comments on commit 40cb405

Please sign in to comment.