$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: kellygp (kellygp_at_[hidden])
Date: 2006-07-18 08:36:25
Hi,
How do I access the m_property value of an edge_descriptor.
I'm using an undirected graph and I need to get a unique identifier for
each edge in the graph. The vertex pair I currently use for edges create
two possible identifiers for each edge, but the m_property value of
each edge appears unique only I cannot access it.
Thanks, any help appreciated.
George