src/work/jacint/max_matching.cc
changeset 960 908a1a6f0752
parent 536 c050de070935
child 986 e997802b855c
equal deleted inserted replaced
0:fd817fba7d4f 1:140597000bdb
     8 #include <graph_gen.h>
     8 #include <graph_gen.h>
     9 #include <max_matching.h>
     9 #include <max_matching.h>
    10 #include <time_measure.h>
    10 #include <time_measure.h>
    11 #include <graph_wrapper.h>
    11 #include <graph_wrapper.h>
    12 
    12 
    13 using namespace hugo;
    13 using namespace lemon;
    14 
    14 
    15 int main(int, char **) {
    15 int main(int, char **) {
    16  
    16  
    17   typedef UndirGraph<ListGraph> UGW;
    17   typedef UndirGraph<ListGraph> UGW;
    18   typedef UGW::Edge Edge;
    18   typedef UGW::Edge Edge;