src/work/marci/max_bipartite_matching.h
changeset 764 615aca7091d2
parent 615 b6b31b75b522
child 768 a5e9303a5511
equal deleted inserted replaced
2:478e2ec288ea 3:ae627b2c859a
    13 // /// \author Marton Makai
    13 // /// \author Marton Makai
    14 
    14 
    15 //#include <for_each_macros.h>
    15 //#include <for_each_macros.h>
    16 #include <bipartite_graph_wrapper.h>
    16 #include <bipartite_graph_wrapper.h>
    17 //#include <hugo/maps.h>
    17 //#include <hugo/maps.h>
    18 #include <max_flow.h>
    18 #include <hugo/max_flow.h>
    19 
    19 
    20 namespace hugo {
    20 namespace hugo {
    21 
    21 
    22   // template <typename Graph, typename EdgeCap, typename NodeCap, 
    22   // template <typename Graph, typename EdgeCap, typename NodeCap, 
    23   // 	  typename EdgeFlow, typename NodeFlow>
    23   // 	  typename EdgeFlow, typename NodeFlow>