src/work/marci/bipartite_graph_wrapper_test.cc
changeset 597 a6e2b02f496a
parent 555 995bc1f1a3ce
child 602 580b329c2a0c
equal deleted inserted replaced
8:63b82b97edf1 9:58bc89e8e1e4
     7 //#include <smart_graph.h>
     7 //#include <smart_graph.h>
     8 //#include <dimacs.h>
     8 //#include <dimacs.h>
     9 #include <hugo/time_measure.h>
     9 #include <hugo/time_measure.h>
    10 #include <for_each_macros.h>
    10 #include <for_each_macros.h>
    11 #include <bfs_iterator.h>
    11 #include <bfs_iterator.h>
    12 #include <graph_wrapper.h>
    12 #include <hugo/graph_wrapper.h>
    13 #include <bipartite_graph_wrapper.h>
    13 #include <bipartite_graph_wrapper.h>
    14 #include <hugo/maps.h>
    14 #include <hugo/maps.h>
    15 #include <max_flow.h>
    15 #include <max_flow.h>
    16 
    16 
    17 using namespace hugo;
    17 using namespace hugo;