[Coin-discuss] Cbc branchAndBound
    Matthew Galati 
    Matthew.Galati at sas.com
       
    Tue Mar 13 20:19:16 EDT 2007
    
    
  
I am using Cbc iteratively as such:
   CbcModel cbc(*si);
   cbc.branchAndBound( );
I just noticed, that by default branchAndBound() performs much worse than if I were to solve using the CBC exe from CoinSolve.cpp. Apparently, by default branchAndBound() has all cuts, etc turned off. What's the best interface from CbcModel to solve a MIP so that it performs like the CBC exe?
Thanks,
Matt
    
    
More information about the Coin-discuss
mailing list