Skip to content

Commit

Permalink
Change default ISIC message to (Type I)
Browse files Browse the repository at this point in the history
  • Loading branch information
yuxies committed Feb 1, 2024
1 parent 4d3bb2c commit 252c12a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/MibSModel.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4149,10 +4149,10 @@ MibSModel::printProblemInfo(){

if (MibSPar_->entry(MibSParams::useImprovingSolutionIC) == PARAM_ON){
if (MibSPar_->entry(MibSParams::bilevelFreeSetTypeISIC) ==
MibSBilevelFreeSetTypeISICWithLLOptSol){
std::cout << "Improving solution intersection cut generator (Type I) is on." << std::endl;
}else{
MibSBilevelFreeSetTypeISICWithNewLLSol){
std::cout << "Improving solution intersection cut generator (Type II) is on." << std::endl;
}else{
std::cout << "Improving solution intersection cut generator (Type I) is on." << std::endl;
}
}

Expand Down

0 comments on commit 252c12a

Please sign in to comment.