equal
deleted
inserted
replaced
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. |