lemon/karp_mmc.h
changeset 1049 7bf489cf624e
parent 1002 f63ba40a60f4
child 1053 1c978b5bcc65
equal deleted inserted replaced
2:80bfcaf33913 3:1a815a24d67a
   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     ///