lemon/path.h
changeset 2337 9c3d44ac39fb
parent 2335 27aa03cd3121
child 2357 5365600a7a5c
equal deleted inserted replaced
9:c4853b82cb46 10:f0e7dc0b195d
   737   /// cannot enumerate the nodes in the path and the zero length paths
   737   /// cannot enumerate the nodes in the path and the zero length paths
   738   /// cannot store the source.
   738   /// cannot store the source.
   739   ///
   739   ///
   740   /// This implementation is completly static, so it cannot be
   740   /// This implementation is completly static, so it cannot be
   741   /// modified exclude the assign an other path. It is intented to be
   741   /// modified exclude the assign an other path. It is intented to be
   742   /// used when you want to store a large amount paths because it is
   742   /// used when you want to store a large number of paths because it is
   743   /// the most memory efficient path type in the lemon.
   743   /// the most memory efficient path type in the lemon.
   744   template <typename _Graph>
   744   template <typename _Graph>
   745   class StaticPath {
   745   class StaticPath {
   746   public:
   746   public:
   747 
   747