lemon/karp.h
changeset 914 aa8c9008b3de
parent 891 75e6020b19b1
child 941 a93f1a27d831
equal deleted inserted replaced
6:c280e3d2a440 7:144bde5787ad
   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.