Hi users,<br><br clear="all">I'm using the SubDigraph class to obtain a filtered view of a ListDigraph:<br>SubDigraph<ListDigraph,ListDigraph::NodeMap<bool>,ListDigraph::ArcMap<bool>> netView;<br><br>
I am wondering if there is already a way in lemon to view this class as a graph so as to run the Dfs algorithm on this filtered version of the original graph, (let's say something like ListDigraph netView.asGraph()) or if it is necessary need to write an ad hoc method that takes the SubDigraph and creates a new graph out of it.<br>
<br>Thank you!<br><br>-- <br><i><span style="color:rgb(0,0,153)">Dalia</span></i><br><br><br>