$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Torsten Sadowski (tsadowski_at_[hidden])
Date: 2008-02-21 17:57:42
Hi,
is there a simple possibility to find a vertex in a adjacency_list
graph by the vertex_index_t property? My uninspired way would be to
build a
map<int, vertex_descriptor>
but there might be something more elegant.
Cheers, Torsten