equal
deleted
inserted
replaced
339 |
339 |
340 /// \brief Thrown by setting the size of the tabu-set and the given size |
340 /// \brief Thrown by setting the size of the tabu-set and the given size |
341 /// is less than 2. |
341 /// is less than 2. |
342 class BadParameterError : public lemon::LogicError { |
342 class BadParameterError : public lemon::LogicError { |
343 public: |
343 public: |
344 virtual const char* exceptionName() const { |
344 virtual const char* what() const throw() { |
345 return "lemon::TabuSearch::BadParameterError"; |
345 return "lemon::TabuSearch::BadParameterError"; |
346 } |
346 } |
347 }; |
347 }; |
348 |
348 |
349 ///Public types |
349 ///Public types |