lemon/preflow.h
changeset 786 e20173729589
parent 715 ece80147fb08
child 788 c92296660262
equal deleted inserted replaced
16:535eb53dc0b2 18:6dfd1b5b4c30
   262     /// \ref named-templ-param "Named parameter" for setting Elevator
   262     /// \ref named-templ-param "Named parameter" for setting Elevator
   263     /// type with automatic allocation.
   263     /// type with automatic allocation.
   264     /// The Elevator should have standard constructor interface to be
   264     /// The Elevator should have standard constructor interface to be
   265     /// able to automatically created by the algorithm (i.e. the
   265     /// able to automatically created by the algorithm (i.e. the
   266     /// digraph and the maximum level should be passed to it).
   266     /// digraph and the maximum level should be passed to it).
   267     /// However an external elevator object could also be passed to the
   267     /// However, an external elevator object could also be passed to the
   268     /// algorithm with the \ref elevator(Elevator&) "elevator()" function
   268     /// algorithm with the \ref elevator(Elevator&) "elevator()" function
   269     /// before calling \ref run() or \ref init().
   269     /// before calling \ref run() or \ref init().
   270     /// \sa SetElevator
   270     /// \sa SetElevator
   271     template <typename T>
   271     template <typename T>
   272     struct SetStandardElevator
   272     struct SetStandardElevator