lemon/preflow.h
changeset 835 c92296660262
parent 802 134852d7fb0a
parent 833 e20173729589
child 889 a7e93de12cbd
equal deleted inserted replaced
17:675504e29c1d 19:8d8aa30805b2
   263     /// \ref named-templ-param "Named parameter" for setting Elevator
   263     /// \ref named-templ-param "Named parameter" for setting Elevator
   264     /// type with automatic allocation.
   264     /// type with automatic allocation.
   265     /// The Elevator should have standard constructor interface to be
   265     /// The Elevator should have standard constructor interface to be
   266     /// able to automatically created by the algorithm (i.e. the
   266     /// able to automatically created by the algorithm (i.e. the
   267     /// digraph and the maximum level should be passed to it).
   267     /// digraph and the maximum level should be passed to it).
   268     /// However an external elevator object could also be passed to the
   268     /// However, an external elevator object could also be passed to the
   269     /// algorithm with the \ref elevator(Elevator&) "elevator()" function
   269     /// algorithm with the \ref elevator(Elevator&) "elevator()" function
   270     /// before calling \ref run() or \ref init().
   270     /// before calling \ref run() or \ref init().
   271     /// \sa SetElevator
   271     /// \sa SetElevator
   272     template <typename T>
   272     template <typename T>
   273     struct SetStandardElevator
   273     struct SetStandardElevator