Boost logo

Boost Users :

From: Rui Carvalho (rui.carvalho_at_[hidden])
Date: 2005-05-09 05:54:40


Hi,

I have a directed graph (vecS, vecS, bidirectionalS) and I'm trying to
iterate through the neighbour vertices of a vertex u. When using

for (tie(ai0,ai0_end) = adjacent_vertices(u,g); ai0 != ai0_end; ++ai0)

the code goes only through the out vertices of u. Is there a way to iterate
through all the neighbouring vertices in one loop (i.e. through both the out
and in vertices of u)?

Thanks,
Rui


Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net