$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Doug Gregor (dgregor_at_[hidden])
Date: 2006-02-07 14:44:58
On Feb 7, 2006, at 11:33 AM, Dmitry Bufistov wrote:
> I'm gonna define read_net() function for boost::adjacency_matrix<> just
> by first read graph to appropriate boost::adjacency_list<> and then
> construct matrix from list.
> Is this approach ok?
Yes, that should work.
Doug