lemon/suurballe.h
changeset 717 c67e235c832f
parent 615 7c1324b35d89
child 718 30c77d1c0cba
equal deleted inserted replaced
7:2f1b555e9812 9:c94efae92f82
   518     /// \param i The function returns the <tt>i</tt>-th path.
   518     /// \param i The function returns the <tt>i</tt>-th path.
   519     /// \c i must be between \c 0 and <tt>%pathNum()-1</tt>.
   519     /// \c i must be between \c 0 and <tt>%pathNum()-1</tt>.
   520     ///
   520     ///
   521     /// \pre \ref run() or \ref findPaths() must be called before using
   521     /// \pre \ref run() or \ref findPaths() must be called before using
   522     /// this function.
   522     /// this function.
   523     Path path(int i) const {
   523     const Path& path(int i) const {
   524       return paths[i];
   524       return paths[i];
   525     }
   525     }
   526 
   526 
   527     /// @}
   527     /// @}
   528 
   528