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