changeset 150 | f3af90ef0143 |
parent 98 | c4582fc14f58 |
child 144 | 4e626dbbe408 |
2:a2bcdf1591b3 | 3:b34f6d369727 |
---|---|
27 #include <vector> |
27 #include <vector> |
28 #include <algorithm> |
28 #include <algorithm> |
29 |
29 |
30 #include <lemon/error.h> |
30 #include <lemon/error.h> |
31 #include <lemon/bits/invalid.h> |
31 #include <lemon/bits/invalid.h> |
32 #include <lemon/concepts/path.h> |
|
32 |
33 |
33 namespace lemon { |
34 namespace lemon { |
34 |
35 |
35 /// \addtogroup paths |
36 /// \addtogroup paths |
36 /// @{ |
37 /// @{ |