lemon/tabu_search.h
changeset 2370 ed6539025f27
parent 2151 38ec4a930c05
child 2391 14a343be7a5a
equal deleted inserted replaced
1:cab3747046fc 2:7e8db84ece6d
    18 
    18 
    19 
    19 
    20 #ifndef LEMON_TABU_SEARCH_H
    20 #ifndef LEMON_TABU_SEARCH_H
    21 #define LEMON_TABU_SEARCH_H
    21 #define LEMON_TABU_SEARCH_H
    22 
    22 
    23 /// \ingroup experimental
    23 /// \ingroup metah
    24 /// \file
    24 /// \file
    25 /// \brief TabuSearch algorithm.
    25 /// \brief TabuSearch algorithm.
    26 ///
    26 ///
    27 /// \author Szabadkai Mark
    27 /// \author Szabadkai Mark
    28 
    28 
   305     }
   305     }
   306   };
   306   };
   307 
   307 
   308 
   308 
   309 
   309 
       
   310   /// \ingroup metah
       
   311   ///
   310   /// \brief TabuSearch main class
   312   /// \brief TabuSearch main class
   311   ///
   313   ///
   312   /// This class offers the implementation of tabu-search algorithm. The
   314   /// This class offers the implementation of tabu-search algorithm. The
   313   /// tabu-serach is a local-search. It starts from a specified point of the
   315   /// tabu-serach is a local-search. It starts from a specified point of the
   314   /// problem's graph representation, and in every step it goes to the localy
   316   /// problem's graph representation, and in every step it goes to the localy