coin-or / Cbc.old

This is a mirror of the subversion repository on COIN-OR
https://projects.coin-or.org/Cbc
Other
88 stars 30 forks source link

[Trac #155] OsiCbc warning is sent to stdout, not stderr #52

Open s-c-e opened 5 years ago

s-c-e commented 5 years ago

image

Specifically,

Warning: Use of OsiCbc is deprecated. To enjoy the full performance of Cbc, use the CbcSolver interface.

should likely be sent to stderr.

I don't know enough about how the message handler works, but the OsiCbc warning is printed to stdout even if the log level is 0.