lemon/circulation.h
changeset 883 b87f0504cdbe
parent 762 ece80147fb08
child 891 75e6020b19b1
equal deleted inserted replaced
15:e2b384be31c7 16:458a72a8a291
   304     /// \ref named-templ-param "Named parameter" for setting Elevator
   304     /// \ref named-templ-param "Named parameter" for setting Elevator
   305     /// type with automatic allocation.
   305     /// type with automatic allocation.
   306     /// The Elevator should have standard constructor interface to be
   306     /// The Elevator should have standard constructor interface to be
   307     /// able to automatically created by the algorithm (i.e. the
   307     /// able to automatically created by the algorithm (i.e. the
   308     /// digraph and the maximum level should be passed to it).
   308     /// digraph and the maximum level should be passed to it).
   309     /// However an external elevator object could also be passed to the
   309     /// However, an external elevator object could also be passed to the
   310     /// algorithm with the \ref elevator(Elevator&) "elevator()" function
   310     /// algorithm with the \ref elevator(Elevator&) "elevator()" function
   311     /// before calling \ref run() or \ref init().
   311     /// before calling \ref run() or \ref init().
   312     /// \sa SetElevator
   312     /// \sa SetElevator
   313     template <typename T>
   313     template <typename T>
   314     struct SetStandardElevator
   314     struct SetStandardElevator