
9 Jul
2008
9 Jul
'08
7:45 a.m.
* Zeljko Vrba <zvrba@ifi.uio.no> [2008-07-08 10:02:27 +0200]:
std::vector<EdgeIndex> m_rowstart; std::vector<Vertex> m_column;
I already have a graph stored as a BGL adjacency_list and now I want to use a 3rd-party library (SCOTCH) which takes its input also in the CSR format. As I can see from the docs, there is no standardized interface to retrieve the raw CSR representation.
i second that! :) moreover i'd like to customize the underlying containers (std::vector) at least with my own allocator. best regards, mojmir