[Coin-discuss] Handles to different OSL storage modes

Laszlo Ladanyi ladanyi at us.ibm.com
Mon Mar 24 09:40:32 EST 2003


It's already there :-). Well, sort of...

OSL itself will use a column major ordered representation, since that's how it
was written. However, it is possible to talk to OsiOsl in row major ordered
format. Extracting the matrix is simple: getMatrixByRow(). Feeding the matrix
in as almost as simple: just load the problem matrix into a CoinPackedMatrix
first (which can be row or column major ordered) than call that version of
loadProblem() that takes a CoinPackedMatrix as argument.

I hope this helps,
--Laci

On Fri, 21 Mar 2003, Xiaoyun Kong wrote:

> Dear Osi,
> It seems that the OsiOslSolverInterface only handles "storage by columns"
> mode. Do you have plan to support the "storage by indices" or "storage by
> rows" mode?
> 
> Best,
> 
> Sharon (Xiaoyun) Kong
> ==================================================
> Manufacturing and Yield Enhancement
> IBM EDA Fishkill
> Phone:  845-892-4489
> T/L:        532-4489
> 
> _______________________________________________
> Coin-discuss mailing list
> Coin-discuss at www-124.ibm.com
> http://www-124.ibm.com/developerworks/oss/mailman/listinfo/coin-discuss
> 




More information about the Coin-discuss mailing list