lemon/dfs.h
changeset 2085 1970a93dfaa8
parent 1993 2115143eceea
child 2092 fc18c2b50a8f
equal deleted inserted replaced
27:41ac93fa8acb 28:d82eedfc11ac
   919     ///edges of the %DFS paths.
   919     ///edges of the %DFS paths.
   920     typedef typename TR::PredMap PredMap;
   920     typedef typename TR::PredMap PredMap;
   921     ///The type of the map that stores the distances of the nodes.
   921     ///The type of the map that stores the distances of the nodes.
   922     typedef typename TR::DistMap DistMap;
   922     typedef typename TR::DistMap DistMap;
   923 
   923 
   924 public:
   924   public:
   925     /// Constructor.
   925     /// Constructor.
   926     DfsWizard() : TR() {}
   926     DfsWizard() : TR() {}
   927 
   927 
   928     /// Constructor that requires parameters.
   928     /// Constructor that requires parameters.
   929 
   929