lemon/karp.h
changeset 811 fe80a8145653
parent 771 8452ca46e29a
child 825 75e6020b19b1
equal deleted inserted replaced
4:cb1219586757 5:5f2406e83ba7
    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>