src/work/marci/bipartite_matching_try_3.cc
changeset 555 995bc1f1a3ce
parent 512 d5fe2f3f95fc
child 558 4cbfb435ec2b
equal deleted inserted replaced
1:0a370824434a 2:bd5160ef7cc5
     5 #include <cstdlib>
     5 #include <cstdlib>
     6 
     6 
     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 <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_iterator.h>
    13 #include <bipartite_graph_wrapper.h>
    13 #include <bipartite_graph_wrapper.h>
    14 #include <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;
    18 
    18 
    19 // template <typename Graph, typename EdgeCap, typename NodeCap, 
    19 // template <typename Graph, typename EdgeCap, typename NodeCap,