[Coin-discuss] OsiClp addRows

John J Forrest jjforre at us.ibm.com
Sun Jun 24 11:42:25 EDT 2007


Added to stable 0.96


                                                                           
             "Matthew Galati"                                              
             <Matthew.Galati at s                                             
             as.com>                                                    To 
             Sent by:                  "Discussions about open source      
             coin-discuss-boun         software for Operations Research"   
             ces at list.coin-or.         <coin-discuss at list.coin-or.org>     
             org                                                        cc 
                                                                           
                                                                   Subject 
             06/23/07 08:41 PM         [Coin-discuss] OsiClp addRows       
                                                                           
                                                                           
             Please respond to                                             
             Discussions about                                             
                open source                                                
               software for                                                
                Operations                                                 
                 Research                                                  
             <coin-discuss at lis                                             
              t.coin-or.org>                                               
                                                                           
                                                                           




Can a derived addRows of the following prototype be added to OsiClp?

   OsiSolverInterface::addRows(const int numrows,
                                         const int * rowStarts, const int *
columns, const double * elements,
                                         const double* rowlb, const double*
rowub)

The base implementation is terribly slow. And, I suspect that this addRows
is very similar to the others already in OsiClp.

Thanks,
Matt

_______________________________________________
Coin-discuss mailing list
Coin-discuss at list.coin-or.org
http://list.coin-or.org/mailman/listinfo/coin-discuss





More information about the Coin-discuss mailing list