test/matrix_maps_test.cc
changeset 2260 4274224f8a7d
parent 2242 16523135943d
child 2391 14a343be7a5a
equal deleted inserted replaced
4:b261b24244c4 5:09b9cb3bc42d
    19 #include <iostream>
    19 #include <iostream>
    20 #include <vector>
    20 #include <vector>
    21 
    21 
    22 #include <lemon/concept_check.h>
    22 #include <lemon/concept_check.h>
    23 
    23 
    24 #include <lemon/concept/matrix_maps.h>
    24 #include <lemon/concepts/matrix_maps.h>
    25 #include <lemon/concept/maps.h>
    25 #include <lemon/concepts/maps.h>
    26 #include <lemon/concept/graph.h>
    26 #include <lemon/concepts/graph.h>
    27 
    27 
    28 #include <lemon/matrix_maps.h>
    28 #include <lemon/matrix_maps.h>
    29 
    29 
    30 #include <lemon/smart_graph.h>
    30 #include <lemon/smart_graph.h>
    31 
    31 
    33 #include "graph_test.h"
    33 #include "graph_test.h"
    34 #include "map_test.h"
    34 #include "map_test.h"
    35 
    35 
    36 
    36 
    37 using namespace lemon;
    37 using namespace lemon;
    38 using namespace lemon::concept;
    38 using namespace lemon::concepts;
    39 
    39 
    40 int main() {
    40 int main() {
    41   typedef SmartGraph Graph;
    41   typedef SmartGraph Graph;
    42   typedef Graph::Node Node;
    42   typedef Graph::Node Node;
    43   typedef Graph::Edge Edge;
    43   typedef Graph::Edge Edge;