Skip to content

Commit 9f0e4c9

Browse files
committed
Use Hypercube cuts for mixed binary problems
1 parent 302f414 commit 9f0e4c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/MibSModel.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -4041,7 +4041,7 @@ MibSModel::adjustParameters()
40414041
paramValue = MibSPar_->entry(MibSParams::useHypercubeIC);
40424042

40434043
if (paramValue == PARAM_NOTSET){
4044-
if(defaultCutIsOn == false){
4044+
if(defaultCutIsOn == false || isPureInteger_ == false){
40454045
MibSPar()->setEntry(MibSParams::useHypercubeIC, PARAM_ON);
40464046
}
40474047
}

0 commit comments

Comments
 (0)