lemon/hartmann_orlin.h
changeset 843 81f7e910060b
parent 825 75e6020b19b1
child 863 a93f1a27d831
equal deleted inserted replaced
7:6e06e4ef6683 8:2ccef3b7191d
   403     ///
   403     ///
   404     /// This function returns the total length of the found cycle.
   404     /// This function returns the total length of the found cycle.
   405     ///
   405     ///
   406     /// \pre \ref run() or \ref findMinMean() must be called before
   406     /// \pre \ref run() or \ref findMinMean() must be called before
   407     /// using this function.
   407     /// using this function.
   408     LargeValue cycleLength() const {
   408     Value cycleLength() const {
   409       return _best_length;
   409       return static_cast<Value>(_best_length);
   410     }
   410     }
   411 
   411 
   412     /// \brief Return the number of arcs on the found cycle.
   412     /// \brief Return the number of arcs on the found cycle.
   413     ///
   413     ///
   414     /// This function returns the number of arcs on the found cycle.
   414     /// This function returns the number of arcs on the found cycle.