equal
deleted
inserted
replaced
4 |
4 |
5 #include <vector> |
5 #include <vector> |
6 |
6 |
7 #include "extended_pair.h" |
7 #include "extended_pair.h" |
8 |
8 |
9 namespace hugo { |
9 namespace lemon { |
10 |
10 |
11 /** The VectorMapFactory template class is a factory class |
11 /** The VectorMapFactory template class is a factory class |
12 * to create maps for the edge and nodes. This map factory |
12 * to create maps for the edge and nodes. This map factory |
13 * use the std::vector to implement the container function. |
13 * use the std::vector to implement the container function. |
14 * |
14 * |