equal
deleted
inserted
replaced
10 |
10 |
11 #include "reverse_bfs.hh" |
11 #include "reverse_bfs.hh" |
12 |
12 |
13 using namespace std; |
13 using namespace std; |
14 |
14 |
15 namespace marci { |
15 namespace hugo { |
16 |
16 |
17 template <typename graph_type, typename T> |
17 template <typename graph_type, typename T> |
18 class preflow_push { |
18 class preflow_push { |
19 |
19 |
20 //Hasznos typedef-ek |
20 //Hasznos typedef-ek |
432 maxflow_value = excess.get(t); |
432 maxflow_value = excess.get(t); |
433 return maxflow_value; |
433 return maxflow_value; |
434 }//run |
434 }//run |
435 |
435 |
436 |
436 |
437 }//namespace marci |
437 }//namespace hugo |
438 |
438 |
439 #endif //PREFLOW_PUSH_HH |
439 #endif //PREFLOW_PUSH_HH |