lemon/dfs.h
changeset 313 64f8f7cc6168
parent 301 9db8964f0cf6
child 319 5e12d7734036
equal deleted inserted replaced
19:19dd14d9b581 20:1cd288a78ba8
   833     ///The type of the DFS paths.
   833     ///The type of the DFS paths.
   834     ///It must meet the \ref concepts::Path "Path" concept.
   834     ///It must meet the \ref concepts::Path "Path" concept.
   835     typedef lemon::Path<Digraph> Path;
   835     typedef lemon::Path<Digraph> Path;
   836   };
   836   };
   837 
   837 
   838   /// Default traits class used by \ref DfsWizard
   838   /// Default traits class used by DfsWizard
   839 
   839 
   840   /// To make it easier to use Dfs algorithm
   840   /// To make it easier to use Dfs algorithm
   841   /// we have created a wizard class.
   841   /// we have created a wizard class.
   842   /// This \ref DfsWizard class needs default traits,
   842   /// This \ref DfsWizard class needs default traits,
   843   /// as well as the \ref Dfs class.
   843   /// as well as the \ref Dfs class.