[Osi-tickets] [COIN-OR Open Solver Interface] #14: Add virtual base methods for solver interface extensions

COIN-OR Open Solver Interface coin-trac at coin-or.org
Tue Nov 21 17:27:49 EST 2006


#14: Add virtual base methods for solver interface extensions
----------------------------+-----------------------------------------------
 Reporter:  fmargot         |       Owner:  mjs   
     Type:  defect          |      Status:  new   
 Priority:  major           |   Milestone:        
Component:  Osi Base Class  |     Version:  0.95.0
 Keywords:                  |  
----------------------------+-----------------------------------------------
 CglLandP needs three methods from OsiClpSolverInterface
 that are in the Osi/devel branch. These are:

   virtual void getBInvARow(int row, CoinIndexedVector * z,
                             CoinIndexedVector * slack=NULL,
                             bool keepScaled=false) const;

   virtual void getBInvACol(int col, CoinIndexedVector * vec) const ;

   virtual void getBInvACol(CoinIndexedVector * rowArray1) const;

-- 
Ticket URL: <https://projects.coin-or.org/Osi/ticket/14>
COIN-OR Open Solver Interface <http://projects.coin-or.org/Osi>
An API for a variety of LP and MIP solvers (and more).



More information about the Osi-tickets mailing list