equal
deleted
inserted
replaced
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> |