[Coin-osi-devel] Mismatch between Trac page and release version?

fmargot at andrew.cmu.edu fmargot at andrew.cmu.edu
Mon Nov 20 10:52:57 EST 2006


I have the following in the Externals of Cgl/trunk:

Osi           https://projects.coin-or.org/svn/Osi/releases/0.95.1/Osi

After downloading Cgl/trunk from svn in AA, if I do:

grep getBInvARow -r ~/AA/Osi/src/OsiClp/*.hpp

I get:

/home/prov/AA/Osi/src/OsiClp/OsiClpSolverInterface.hpp:  virtual void getBInvARow(int row, double* z, double * slack=NULL) const;
/home/prov/AA/Osi/src/OsiClp/OsiClpSolverInterface.hpp:  virtual void getBInvARow(int row, CoinIndexedVector * z, CoinIndexedVector * slack=NULL,
/home/prov/AA/Osi/src/OsiClp/OsiClpSolverInterface.hpp:      512 Give user direct access to Clp regions in getBInvARow etc

Yet, If I go to the Trac page

https://projects.coin-or.org/Osi/browser/releases/0.95.1/Osi/src/OsiClp/OsiClpSolverInterface.hpp

I can only find the first and third occurence of 'getBInvARow'. From the
Trac page, it seems that

/home/prov/AA/Osi/src/OsiClp/OsiClpSolverInterface.hpp:  virtual void getBInvARow(int row, CoinIndexedVector * z, CoinIndexedVector * slack=NULL,

is only present in Osi-devel. Which version of Osi do I get as part of the 
Cgl package? If it is indeed 0.95.1, why is the information from the
Trac page incorrect? If it is Osi-devel, how come?

Francois





More information about the Osi mailing list