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