[Cbc] CBC logging

John J Forrest jjforre at us.ibm.com
Fri Aug 7 04:54:55 EDT 2009


You should not need the setLogLevel(0)

The -log should be before solve and split into two -

"cbc","-log","0","-solve","-quit"


                                                                                             
  From:       Matthew Galati <Matthew.Galati at sas.com>                                        
                                                                                             
  To:         "cbc at list.coin-or.org" <cbc at list.coin-or.org>                                  
                                                                                             
  Date:       08/06/2009 09:32 PM                                                            
                                                                                             
  Subject:    [Cbc] CBC logging                                                              
                                                                                             
  Sent by:    cbc-bounces at list.coin-or.org                                                   
                                                                                             





How does one shut off logging for CBC when using the CbcMain stuff? I've
tried lots of things, nothing has worked so far.

      CbcModel cbc(*si);
      cbc.messageHandler()->setLogLevel(0);
      const char * argv[] = {"cbc","-solve","-quit","-log 0","-slog 0"};
      CbcMain0(cbc);
      CbcMain1(5, argv, cbc);

 _______________________________________________
Cbc mailing list
Cbc at list.coin-or.org
http://list.coin-or.org/mailman/listinfo/cbc

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://list.coin-or.org/pipermail/cbc/attachments/20090807/7d8e06b4/attachment.html 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: graycol.gif
Type: image/gif
Size: 105 bytes
Desc: not available
Url : http://list.coin-or.org/pipermail/cbc/attachments/20090807/7d8e06b4/attachment.gif 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: ecblank.gif
Type: image/gif
Size: 45 bytes
Desc: not available
Url : http://list.coin-or.org/pipermail/cbc/attachments/20090807/7d8e06b4/attachment-0001.gif 


More information about the Cbc mailing list