BGL support the ordered edges. Please use setS as the edge selector in the
adjacency_list template. The online doc (or BGL book) has more details.
----- Original Message -----
From: "Jive Dadson"
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
Info: http://www.boost.org Wiki: http://www.crystalclearsoftware.com/cgi-bin/boost_wiki/wiki.pl Unsubscribe: mailto:boost-users-unsubscribe@yahoogroups.com
Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/