Boost graph: Apply algorithms considering a specific edge subset.
Posted
by user323547
on Stack Overflow
See other posts from Stack Overflow
or by user323547
Published on 2010-04-22T18:22:51Z
Indexed on
2010/04/22
19:23 UTC
Read the original article
Hit count: 236
Hi,
I've got a huge graph with typed edge (i.e. edge with a type property).
Let the type set be {A,B,C,D},
I'd like to run the breadth first search algorithm considering only edges of type A or B.
How would you do that ?
Best,
Ugo
© Stack Overflow or respective owner