lemon/hartmann_orlin.h
changeset 794 313d58f9e544
parent 771 8452ca46e29a
child 795 921d5bf41ac2
equal deleted inserted replaced
4:23f624271350 5:6c48b35317a6
    67 
    67 
    68     /// \brief The path type of the found cycles
    68     /// \brief The path type of the found cycles
    69     ///
    69     ///
    70     /// The path type of the found cycles.
    70     /// The path type of the found cycles.
    71     /// It must conform to the \ref lemon::concepts::Path "Path" concept
    71     /// It must conform to the \ref lemon::concepts::Path "Path" concept
    72     /// and it must have an \c addBack() function.
    72     /// and it must have an \c addFront() function.
    73     typedef lemon::Path<Digraph> Path;
    73     typedef lemon::Path<Digraph> Path;
    74   };
    74   };
    75 
    75 
    76   // Default traits class for integer value types
    76   // Default traits class for integer value types
    77   template <typename GR, typename LEN>
    77   template <typename GR, typename LEN>