Hello,

I need some help with an edge iterator for a subgraph.

I created a subgraph this way:

        FilterEdges<SmartGraph> subgraph (graph, filter);

and now I tried to iterate over all edges in the subgraph, but this didn't compile:

        for (SmartGraph::EdgeIt e(subgraph); e != INVALID; ++e){
        //...
        }

Could anyone please help me?

Thank you.
Simone Busch

_______________________________________________
Lemon-user mailing list
Lemon-user@lemon.cs.elte.hu
http://lemon.cs.elte.hu/mailman/listinfo/lemon-user

Reply via email to