lemon/min_cut.h
changeset 2151 38ec4a930c05
parent 2116 b6a68c15a6a3
child 2176 0f647e65ecad
equal deleted inserted replaced
8:b3c2a668d02c 9:10a85ca6e9f3
   205     ///
   205     ///
   206     /// This error represents problems in the initialization
   206     /// This error represents problems in the initialization
   207     /// of the parameters of the algorithms.
   207     /// of the parameters of the algorithms.
   208     class UninitializedParameter : public lemon::UninitializedParameter {
   208     class UninitializedParameter : public lemon::UninitializedParameter {
   209     public:
   209     public:
   210       virtual const char* exceptionName() const {
   210       virtual const char* what() const throw() {
   211 	return "lemon::MaxCardinalitySearch::UninitializedParameter";
   211 	return "lemon::MaxCardinalitySearch::UninitializedParameter";
   212       }
   212       }
   213     };
   213     };
   214 
   214 
   215     typedef _Traits Traits;
   215     typedef _Traits Traits;
   856     ///
   856     ///
   857     /// This error represents problems in the initialization
   857     /// This error represents problems in the initialization
   858     /// of the parameters of the algorithms.
   858     /// of the parameters of the algorithms.
   859     class UninitializedParameter : public lemon::UninitializedParameter {
   859     class UninitializedParameter : public lemon::UninitializedParameter {
   860     public:
   860     public:
   861       virtual const char* exceptionName() const {
   861       virtual const char* what() const throw() {
   862 	return "lemon::MinCut::UninitializedParameter";
   862 	return "lemon::MinCut::UninitializedParameter";
   863       }
   863       }
   864     };
   864     };
   865 
   865 
   866 
   866