Graph library: vertex type
In the Boost Graph Library, is it possible to have a custom-defined type
for vertices, e.g., I would like to have
boost::graph_traits<Graph>::vertex_descriptor
map to
std::pair
Hi Juerg,
It sounds like you want std::pair
participants (2)
-
Jeremy Siek
-
Juerg Tschirren