src/work/marci/bipartite_matching_try_3.cc
changeset 602 580b329c2a0c
parent 559 82a8f2bc5758
child 613 b5b5c4ae5107
equal deleted inserted replaced
4:ab187698cba8 5:8d2724e69121
     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 <for_each_macros.h>
    11 #include <bfs_iterator.h>
    11 #include <bfs_dfs.h>
    12 #include <bipartite_graph_wrapper.h>
    12 #include <bipartite_graph_wrapper.h>
    13 #include <hugo/maps.h>
    13 #include <hugo/maps.h>
    14 #include <max_flow.h>
    14 #include <max_flow.h>
    15 #include <graph_gen.h>
    15 #include <graph_gen.h>
    16 #include <max_bipartite_matching.h>
    16 #include <max_bipartite_matching.h>