$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Douglas Gregor (doug.gregor_at_[hidden])
Date: 2007-03-16 09:03:24
On Mar 15, 2007, at 12:59 PM, Marc Boyer wrote:
> What seems not easy to me is how to add the edges ?
> I add to find a way to get a vertex from its name, and
> the map only do the opposite.
>
> Did I have to build a tempory reverse map ?
Yes, you will need to build a temporary map to map from the names of
the vertices to their vertex descriptors.
Cheers,
Doug