src/work/marci/graph_wrapper_time.cc
changeset 1068 e0b0dcee5e17
parent 849 cc3867a7d380
equal deleted inserted replaced
3:e5ceeba68cce 4:50eb4e9afb08
     5 
     5 
     6 #include <iostream>
     6 #include <iostream>
     7 #include <fstream>
     7 #include <fstream>
     8 #include <string>
     8 #include <string>
     9 #include <vector>
     9 #include <vector>
    10 #include <hugo/invalid.h>
    10 #include <lemon/invalid.h>
    11 #include <hugo/time_measure.h>
    11 #include <lemon/time_measure.h>
    12 #include <hugo/graph_wrapper.h>
    12 #include <lemon/graph_wrapper.h>
    13 #include <hugo/preflow.h>
    13 #include <lemon/preflow.h>
    14 #include <hugo/dimacs.h>
    14 #include <lemon/dimacs.h>
    15 #include <hugo/list_graph.h>
    15 #include <lemon/list_graph.h>
    16 
    16 
    17 using namespace hugo;
    17 using namespace lemon;
    18 
    18 
    19 using std::cout;
    19 using std::cout;
    20 using std::endl;
    20 using std::endl;
    21 
    21 
    22 template<typename Graph>
    22 template<typename Graph>