lemon/path.h
changeset 1730 fffa6456548a
parent 1435 8e85e6bbefdf
child 1875 98698b69a902
     1.1 --- a/lemon/path.h	Mon Oct 17 10:28:48 2005 +0000
     1.2 +++ b/lemon/path.h	Mon Oct 17 10:30:59 2005 +0000
     1.3 @@ -383,6 +383,7 @@
     1.4    //! and \c Edge of the original graph.
     1.5    //!
     1.6    //! \todo Thoroughfully check all the range and consistency tests.
     1.7 +  /// \todo May we need just path for undirected graph instead of this.
     1.8    template<typename Graph>
     1.9    class UndirPath {
    1.10    public: