8 May
2002
8 May
'02
1:57 a.m.
Louis Lavery wrote:
Hi,
Is it possible to order the edges of a vertex of a boost graph?
From what I can glean from the BGL documentation, I guess the answer will be "No, but may be some time in the future". I so, how soon in the future?
Thanks,
Louis.
If you use an ordered container like list<> or deque<> for the edge-list, won't the edge-iterator return the edges in the order in which you put them in? Jive