equal
deleted
inserted
replaced
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. |