Skip to content

Commit

Permalink
respect log level in C interface
Browse files Browse the repository at this point in the history
  • Loading branch information
h-g-s committed Feb 10, 2020
1 parent 5c98f83 commit dc1268b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Cbc_C_Interface.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1672,6 +1672,8 @@ Cbc_solve(Cbc_Model *model)
}
}


if (model->int_param[INT_PARAM_LOG_LEVEL] > 0)
{
char phaseName[128] = "";
if (solver->getNumIntegers() && (!model->relax_))
Expand Down

0 comments on commit dc1268b

Please sign in to comment.