equal
deleted
inserted
replaced
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 |