lemon/goldberg_tarjan.h
changeset 2527 10f3b3286e63
parent 2522 616c019215c4
child 2553 bfced05fa852
equal deleted inserted replaced
2:a2ebfb2877db 3:957153e6efbc
   270       virtual const char* what() const throw() {
   270       virtual const char* what() const throw() {
   271 	return "lemon::GoldbergTarjan::InvalidArgument";
   271 	return "lemon::GoldbergTarjan::InvalidArgument";
   272       }
   272       }
   273     };
   273     };
   274 
   274 
   275   public: 
   275   protected:
       
   276     
       
   277     GoldbergTarjan() {}
       
   278 
       
   279   public:
   276 
   280 
   277     /// \brief The constructor of the class.
   281     /// \brief The constructor of the class.
   278     ///
   282     ///
   279     /// The constructor of the class. 
   283     /// The constructor of the class. 
   280     /// \param graph The directed graph the algorithm runs on. 
   284     /// \param graph The directed graph the algorithm runs on.