If you use COIN-OR, you should use this class.
More...
#include <ogdf/external/coin.h>
|
static Logger | CoinLog |
| The OGDF Logger which will determine the log level for a new instance returned by createCorrectOsiSolverInterface. More...
|
|
If you use COIN-OR, you should use this class.
Definition at line 46 of file coin.h.
◆ createCorrectOsiSolverInterface()
static OsiSolverInterface* ogdf::CoinManager::createCorrectOsiSolverInterface |
( |
| ) |
|
|
inlinestatic |
Get a new solver and set its initial log level according to the level of CoinLog.
Definition at line 55 of file coin.h.
◆ updateLogging()
static void ogdf::CoinManager::updateLogging |
( |
OsiSolverInterface * |
osi | ) |
|
|
inlinestatic |
Update the log level of the CoinMessageHandler associated with osi
to match the log level of the ogdf::Logger CoinLog.
Definition at line 71 of file coin.h.
◆ CoinLog
Logger ogdf::CoinManager::CoinLog |
|
static |
The OGDF Logger which will determine the log level for a new instance returned by createCorrectOsiSolverInterface.
Use updateLogging to propagate changes made to this value to already existing solver instances.
Definition at line 52 of file coin.h.
The documentation for this class was generated from the following file: