$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Mojmir Svoboda (mojmir.svoboda_at_[hidden])
Date: 2008-07-09 03:45:09
* Zeljko Vrba <zvrba_at_[hidden]> [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