equal
deleted
inserted
replaced
268 /// |
268 /// |
269 /// This function sets an external path structure for storing the |
269 /// This function sets an external path structure for storing the |
270 /// found cycle. |
270 /// found cycle. |
271 /// |
271 /// |
272 /// If you don't call this function before calling \ref run() or |
272 /// If you don't call this function before calling \ref run() or |
273 /// \ref findCycleMean(), it will allocate a local \ref Path "path" |
273 /// \ref findCycleMean(), a local \ref Path "path" structure |
274 /// structure. The destuctor deallocates this automatically |
274 /// will be allocated. The destuctor deallocates this automatically |
275 /// allocated object, of course. |
275 /// allocated object, of course. |
276 /// |
276 /// |
277 /// \note The algorithm calls only the \ref lemon::Path::addFront() |
277 /// \note The algorithm calls only the \ref lemon::Path::addFront() |
278 /// "addFront()" function of the given path structure. |
278 /// "addFront()" function of the given path structure. |
279 /// |
279 /// |