equal
deleted
inserted
replaced
4 #include <algorithm> |
4 #include <algorithm> |
5 |
5 |
6 #include <marci_property_vector.hh> |
6 #include <marci_property_vector.hh> |
7 #include <marci_bfs.hh> |
7 #include <marci_bfs.hh> |
8 |
8 |
9 namespace marci { |
9 namespace hugo { |
10 |
10 |
11 template<typename graph_type, typename T> |
11 template<typename graph_type, typename T> |
12 class res_graph_type { |
12 class res_graph_type { |
13 typedef typename graph_type::node_iterator node_iterator; |
13 typedef typename graph_type::node_iterator node_iterator; |
14 typedef typename graph_type::each_node_iterator each_node_iterator; |
14 typedef typename graph_type::each_node_iterator each_node_iterator; |
176 |
176 |
177 } while (augment); |
177 } while (augment); |
178 } |
178 } |
179 }; |
179 }; |
180 |
180 |
181 } // namespace marci |
181 } // namespace hugo |
182 |
182 |
183 #endif //MARCI_MAX_FLOW_HH |
183 #endif //MARCI_MAX_FLOW_HH |