src/work/marci/bipartite_matching_try.cc
changeset 636 e59b0c363a9e
parent 557 9c0ce0a1f000
child 640 d426dca0aaf7
equal deleted inserted replaced
7:c8ead89fe1dc 8:03867b2cea9a
     7 #include <list_graph.h>
     7 #include <list_graph.h>
     8 //#include <smart_graph.h>
     8 //#include <smart_graph.h>
     9 //#include <dimacs.h>
     9 //#include <dimacs.h>
    10 #include <hugo/time_measure.h>
    10 #include <hugo/time_measure.h>
    11 #include <for_each_macros.h>
    11 #include <for_each_macros.h>
    12 #include <bfs_iterator.h>
    12 #include <bfs_dfs.h>
    13 #include <hugo/graph_wrapper.h>
    13 #include <hugo/graph_wrapper.h>
    14 #include <bipartite_graph_wrapper.h>
    14 #include <bipartite_graph_wrapper.h>
    15 #include <hugo/maps.h>
    15 #include <hugo/maps.h>
    16 #include <max_flow.h>
    16 #include <max_flow.h>
    17 
    17