lemon/howard_mmc.h
changeset 1052 eb2f9d453070
parent 1012 21a9f829ab68
child 1053 1c978b5bcc65
equal deleted inserted replaced
3:7330624c4b89 4:a01e2cf2bce0
   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     ///