src/work/marci/bipartite_graph_wrapper_test.cc
changeset 641 bfd6c14e2975
parent 602 580b329c2a0c
child 642 e812963087f0
equal deleted inserted replaced
10:ab32b5405ec8 11:fc4b87b3bfb1
     5 
     5 
     6 #include <list_graph.h>
     6 #include <list_graph.h>
     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 <hugo/for_each_macros.h>
    11 #include <bfs_dfs.h>
    11 #include <bfs_dfs.h>
    12 #include <hugo/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>