lemon/bipartite_matching.h
changeset 2226 0411ac8a2d87
parent 2136 4f64d6b3e9ec
child 2263 9273fe7d850c
equal deleted inserted replaced
3:64f8bac33cb4 4:9720478dee8c
   591     ///
   591     ///
   592     /// This error represents problems in the initialization
   592     /// This error represents problems in the initialization
   593     /// of the parameters of the algorithms.
   593     /// of the parameters of the algorithms.
   594     class UninitializedParameter : public lemon::UninitializedParameter {
   594     class UninitializedParameter : public lemon::UninitializedParameter {
   595     public:
   595     public:
   596       virtual const char* exceptionName() const {
   596       virtual const char* what() const throw() {
   597 	return "lemon::MaxWeightedBipartiteMatching::UninitializedParameter";
   597 	return "lemon::MaxWeightedBipartiteMatching::UninitializedParameter";
   598       }
   598       }
   599     };
   599     };
   600 
   600 
   601     ///\name Named template parameters
   601     ///\name Named template parameters
  1162     ///
  1162     ///
  1163     /// This error represents problems in the initialization
  1163     /// This error represents problems in the initialization
  1164     /// of the parameters of the algorithms.
  1164     /// of the parameters of the algorithms.
  1165     class UninitializedParameter : public lemon::UninitializedParameter {
  1165     class UninitializedParameter : public lemon::UninitializedParameter {
  1166     public:
  1166     public:
  1167       virtual const char* exceptionName() const {
  1167       virtual const char* what() const throw() {
  1168 	return "lemon::MinCostMaxBipartiteMatching::UninitializedParameter";
  1168 	return "lemon::MinCostMaxBipartiteMatching::UninitializedParameter";
  1169       }
  1169       }
  1170     };
  1170     };
  1171 
  1171 
  1172     ///\name Named template parameters
  1172     ///\name Named template parameters