Boost graph: Apply algorithms considering a specific edge subset.
- by user323547
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