[Coin-osi-devel] Method needed by CglLandP

fmargot at andrew.cmu.edu fmargot at andrew.cmu.edu
Tue Nov 21 13:48:10 EST 2006


I just realized that CglLandP needs three (instead of two as mentioned 
yesterday) 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;

Francois



More information about the Osi mailing list