Skip to content

Commit

Permalink
explicitly turn off useIncObjCut if not feasible
Browse files Browse the repository at this point in the history
  • Loading branch information
yuxies committed Apr 8, 2022
1 parent ab6e00d commit 7f890b1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/MibSModel.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6678,6 +6678,8 @@ MibSModel::instanceStructure()
<< "linking variables are binary.";
std::cout << std::endl;
MibSPar()->setEntry(MibSParams::useIncObjCut, PARAM_OFF);
}else if (paramValue == PARAM_NOTSET){
MibSPar()->setEntry(MibSParams::useIncObjCut, PARAM_OFF);
}

//Param: "MibS_useNoGoodCut"
Expand Down

0 comments on commit 7f890b1

Please sign in to comment.