lemon/dinitz_sleator_tarjan.h
changeset 2527 10f3b3286e63
parent 2522 616c019215c4
child 2553 bfced05fa852
equal deleted inserted replaced
2:2754100203e5 3:99db9b563c5f
   211       virtual const char* what() const throw() {
   211       virtual const char* what() const throw() {
   212 	return "lemon::DinitzSleatorTarjan::InvalidArgument";
   212 	return "lemon::DinitzSleatorTarjan::InvalidArgument";
   213       }
   213       }
   214     };
   214     };
   215 
   215 
       
   216   protected:
       
   217     
       
   218     DinitzSleatorTarjan() {}
       
   219 
       
   220   public:
       
   221 
   216     /// \brief The constructor of the class.
   222     /// \brief The constructor of the class.
   217     ///
   223     ///
   218     /// The constructor of the class. 
   224     /// The constructor of the class. 
   219     /// \param graph The directed graph the algorithm runs on. 
   225     /// \param graph The directed graph the algorithm runs on. 
   220     /// \param capacity The capacity of the edges. 
   226     /// \param capacity The capacity of the edges.