[Lemon-user] creating a graph out of a SubDigraph?
Dalia De Santis
dalia.desantis at iit.it
Mon Jul 30 18:19:11 CEST 2012
Hi users,
I'm using the SubDigraph class to obtain a filtered view of a ListDigraph:
SubDigraph<ListDigraph,ListDigraph::NodeMap<bool>,ListDigraph::ArcMap<bool>>
netView;
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.
Thank you!
--
*Dalia*
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lemon.cs.elte.hu/pipermail/lemon-user/attachments/20120730/ec29aa53/attachment.html>
More information about the Lemon-user
mailing list