lemon/edmonds_karp.h
changeset 2549 88b81ec599ed
parent 2522 616c019215c4
child 2553 bfced05fa852
equal deleted inserted replaced
9:ac19dd2bab1a 10:92234bd8b285
   190     };
   190     };
   191 
   191 
   192 
   192 
   193     /// @}
   193     /// @}
   194 
   194 
       
   195   protected:
       
   196     
       
   197     EdmondsKarp() {}
       
   198 
       
   199   public:
       
   200 
   195     /// \brief The constructor of the class.
   201     /// \brief The constructor of the class.
   196     ///
   202     ///
   197     /// The constructor of the class. 
   203     /// The constructor of the class. 
   198     /// \param graph The directed graph the algorithm runs on. 
   204     /// \param graph The directed graph the algorithm runs on. 
   199     /// \param capacity The capacity of the edges. 
   205     /// \param capacity The capacity of the edges.