lemon/edmonds_karp.h
changeset 2522 616c019215c4
parent 2514 57143c09dc20
child 2527 10f3b3286e63
equal deleted inserted replaced
8:9c791c120d14 9:ac19dd2bab1a
   465     }
   465     }
   466 
   466 
   467     /// @}
   467     /// @}
   468 
   468 
   469     /// \name Query Functions
   469     /// \name Query Functions
   470     /// The result of the %Dijkstra algorithm can be obtained using these
   470     /// The result of the Edmonds-Karp algorithm can be obtained using these
   471     /// functions.\n
   471     /// functions.\n
   472     /// Before the use of these functions,
   472     /// Before the use of these functions,
   473     /// either run() or start() must be called.
   473     /// either run() or start() must be called.
   474     
   474     
   475     ///@{
   475     ///@{