lemon/howard.h
changeset 914 aa8c9008b3de
parent 891 75e6020b19b1
child 941 a93f1a27d831
equal deleted inserted replaced
5:6591943a1b6a 6:5b898272f319
   382     ///
   382     ///
   383     /// This function returns the total length of the found cycle.
   383     /// This function returns the total length of the found cycle.
   384     ///
   384     ///
   385     /// \pre \ref run() or \ref findMinMean() must be called before
   385     /// \pre \ref run() or \ref findMinMean() must be called before
   386     /// using this function.
   386     /// using this function.
   387     LargeValue cycleLength() const {
   387     Value cycleLength() const {
   388       return _best_length;
   388       return static_cast<Value>(_best_length);
   389     }
   389     }
   390 
   390 
   391     /// \brief Return the number of arcs on the found cycle.
   391     /// \brief Return the number of arcs on the found cycle.
   392     ///
   392     ///
   393     /// This function returns the number of arcs on the found cycle.
   393     /// This function returns the number of arcs on the found cycle.