Skip to content

Commit

Permalink
Use Hypercube cuts for mixed binary problems
Browse files Browse the repository at this point in the history
  • Loading branch information
tkralphs committed Jan 3, 2025
1 parent 302f414 commit 9f0e4c9
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 @@ -4041,7 +4041,7 @@ MibSModel::adjustParameters()
paramValue = MibSPar_->entry(MibSParams::useHypercubeIC);

if (paramValue == PARAM_NOTSET){
if(defaultCutIsOn == false){
if(defaultCutIsOn == false || isPureInteger_ == false){
MibSPar()->setEntry(MibSParams::useHypercubeIC, PARAM_ON);
}
}
Expand Down

0 comments on commit 9f0e4c9

Please sign in to comment.