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