equal
deleted
inserted
replaced
390 /// |
390 /// |
391 /// This function returns the total length of the found cycle. |
391 /// This function returns the total length of the found cycle. |
392 /// |
392 /// |
393 /// \pre \ref run() or \ref findMinMean() must be called before |
393 /// \pre \ref run() or \ref findMinMean() must be called before |
394 /// using this function. |
394 /// using this function. |
395 LargeValue cycleLength() const { |
395 Value cycleLength() const { |
396 return _cycle_length; |
396 return static_cast<Value>(_cycle_length); |
397 } |
397 } |
398 |
398 |
399 /// \brief Return the number of arcs on the found cycle. |
399 /// \brief Return the number of arcs on the found cycle. |
400 /// |
400 /// |
401 /// This function returns the number of arcs on the found cycle. |
401 /// This function returns the number of arcs on the found cycle. |