lemon/circulation.h
changeset 2533 aea952a1af99
parent 2527 10f3b3286e63
child 2541 e67ec65747fa
equal deleted inserted replaced
8:f547f7904035 9:13493fa23c3d
   371     ///
   371     ///
   372     const Tolerance& tolerance() const {
   372     const Tolerance& tolerance() const {
   373       return tolerance;
   373       return tolerance;
   374     } 
   374     } 
   375     
   375     
   376     /// \name Execution control The simplest way to execute the
   376     /// \name Execution control
   377     /// algorithm is to use one of the member functions called \c
   377     /// The simplest way to execute the algorithm is to use one of the
   378     /// run().  
   378     /// member functions called \c run().
   379     /// \n 
   379     /// \n 
   380     /// If you need more control on initial solution or execution then
   380     /// If you need more control on initial solution or execution then
   381     /// you have to call one \ref init() function and then the start()
   381     /// you have to call one \ref init() function and then the start()
   382     /// function.
   382     /// function.
   383     
   383