31 May
2012
31 May
'12
6:09 p.m.
On Thu, 31 May 2012, Sergey Mitsyn wrote:
Hello,
Thanks for the reply!
Yes, that should work. Rather than using vertices(graph).first + vi_index, use vertex(vi_index, graph);
I thought about that, but vertex(vi_index, graph) returns vertex_descriptor, not vertex_iterator. Actually that works, but I think it does so only because they have incidentally happened to be the related types :).
Do you need the iterators themselves, and not just the descriptors? -- Jeremiah Willcock