[Cbc] Compressed Row Storage format

Stefan Vigerske stefan at math.hu-berlin.de
Fri Sep 7 05:22:24 EDT 2012


Hi,

I think if you first load your matrix into a CoinPackedMatrix, then you 
can specify it in row ordered format.
For CoinPackedMatrix, there are loadProblem methods in Osi.

Stefan


On 09/06/2012 01:49 PM, Christos wrote:
> Hi, until now i was using Compressed Column Storage
> format(http://netlib.org/linalg/html_templates/node92.html#SECTION00931200000000000000)
> <http://netlib.org/linalg/html_templates/node92.html#SECTION00931200000000000000>
>
> /loadProblem(numcols, numrows, start, index, value, collb, colub, obj,
> rowlb, rowub);/
>
> Is there any way to use Compressed Row Storage format
> (http://web.eecs.utk.edu/~dongarra/etemplates/node373.html
> <http://web.eecs.utk.edu/%7Edongarra/etemplates/node373.html>
> ?
>
>
>
> _______________________________________________
> Cbc mailing list
> Cbc at list.coin-or.org
> http://list.coin-or.org/mailman/listinfo/cbc
>



More information about the Cbc mailing list