Dear swIMP developers,
I wonder how to set the log level for the solvers, especially for Cbc.
Is using OsiSolverInterface.setIntParam(int key, int value) the right way, and if yes, what is the right key for the log level?
As I have found, in C++ you would use
OsiClpSolverInterface* si;
si->messageHandler()->setLogLevel(0);
but these methods are not present in Java.
2009-04-10 20:26:12 UTC in swIMP