src/work/athos/preflow_push.hh
changeset 113 cf7b01232d86
parent 77 69b2d279c8f0
child 119 9b3345f9d8ed
equal deleted inserted replaced
1:bf79ebbdb5ea 2:0384862e9765
    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