lemon/min_mean_cycle.h
changeset 2598 71f4bd3a9ae8
parent 2583 7216b6a52ab9
child 2618 6aa6fcaeaea5
equal deleted inserted replaced
8:b873369e12ed 9:d7b61f415440
   132       _cycle_path = &path;
   132       _cycle_path = &path;
   133       return *this;
   133       return *this;
   134     }
   134     }
   135 
   135 
   136     /// \name Execution control
   136     /// \name Execution control
   137     /// The simplest way to execute the algorithm is to call run().
   137     /// The simplest way to execute the algorithm is to call the run()
       
   138     /// function.
   138     /// \n
   139     /// \n
   139     /// If you only need the minimum mean value, you may call init()
   140     /// If you only need the minimum mean value, you may call init()
   140     /// and findMinMean().
   141     /// and findMinMean().
   141     /// \n
   142     /// \n
   142     /// If you would like to run the algorithm again (e.g. the
   143     /// If you would like to run the algorithm again (e.g. the
   235     /// @}
   236     /// @}
   236 
   237 
   237     /// \name Query Functions
   238     /// \name Query Functions
   238     /// The result of the algorithm can be obtained using these
   239     /// The result of the algorithm can be obtained using these
   239     /// functions.
   240     /// functions.
   240     /// \n run() must be called before using them.
   241     /// \n The algorithm should be executed before using them.
   241 
   242 
   242     /// @{
   243     /// @{
   243     
   244     
   244     /// \brief Returns the total length of the found cycle.
   245     /// \brief Returns the total length of the found cycle.
   245     ///
   246     ///