equal
deleted
inserted
replaced
280 /// |
280 /// |
281 /// This function sets an external path structure for storing the |
281 /// This function sets an external path structure for storing the |
282 /// found cycle. |
282 /// found cycle. |
283 /// |
283 /// |
284 /// If you don't call this function before calling \ref run() or |
284 /// If you don't call this function before calling \ref run() or |
285 /// \ref findCycleMean(), it will allocate a local \ref Path "path" |
285 /// \ref findCycleMean(), a local \ref Path "path" structure |
286 /// structure. The destuctor deallocates this automatically |
286 /// will be allocated. The destuctor deallocates this automatically |
287 /// allocated object, of course. |
287 /// allocated object, of course. |
288 /// |
288 /// |
289 /// \note The algorithm calls only the \ref lemon::Path::addBack() |
289 /// \note The algorithm calls only the \ref lemon::Path::addBack() |
290 /// "addBack()" function of the given path structure. |
290 /// "addBack()" function of the given path structure. |
291 /// |
291 /// |