src/work/marci/oldies/edmonds_karp.h
changeset 937 d4e911acef3d
parent 474 229a16b5fd0f
child 986 e997802b855c
equal deleted inserted replaced
0:238f4ae9ff39 1:c77b1870fd97
     1 // -*- c++ -*-
     1 // -*- c++ -*-
     2 #ifndef HUGO_EDMONDS_KARP_H
     2 #ifndef LEMON_EDMONDS_KARP_H
     3 #define HUGO_EDMONDS_KARP_H
     3 #define LEMON_EDMONDS_KARP_H
     4 
     4 
     5 #include <algorithm>
     5 #include <algorithm>
     6 #include <list>
     6 #include <list>
     7 #include <iterator>
     7 #include <iterator>
     8 
     8 
    10 #include <invalid.h>
    10 #include <invalid.h>
    11 #include <graph_wrapper.h>
    11 #include <graph_wrapper.h>
    12 #include <maps.h>
    12 #include <maps.h>
    13 #include <for_each_macros.h>
    13 #include <for_each_macros.h>
    14 
    14 
    15 namespace hugo {
    15 namespace lemon {
    16 
    16 
    17   template <typename Graph, typename Num, 
    17   template <typename Graph, typename Num, 
    18 	    typename CapMap, typename FlowMap>
    18 	    typename CapMap, typename FlowMap>
    19   class MaxFlow {
    19   class MaxFlow {
    20   protected:
    20   protected:
   949 // //       return a;
   949 // //       return a;
   950 // //     }
   950 // //     }
   951 // //   };
   951 // //   };
   952 
   952 
   953 
   953 
   954 } // namespace hugo
   954 } // namespace lemon
   955 
   955 
   956 #endif //HUGO_EDMONDS_KARP_H
   956 #endif //LEMON_EDMONDS_KARP_H