lemon/tabu_search.h
changeset 2391 14a343be7a5a
parent 2370 ed6539025f27
child 2553 bfced05fa852
equal deleted inserted replaced
2:7e8db84ece6d 3:44cf942f1a84
     1 /* -*- C++ -*-
     1 /* -*- C++ -*-
     2  *
     2  *
     3  * This file is a part of LEMON, a generic C++ optimization library
     3  * This file is a part of LEMON, a generic C++ optimization library
     4  *
     4  *
     5  * Copyright (C) 2003-2006
     5  * Copyright (C) 2003-2007
     6  * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
     6  * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
     7  * (Egervary Research Group on Combinatorial Optimization, EGRES).
     7  * (Egervary Research Group on Combinatorial Optimization, EGRES).
     8  *
     8  *
     9  * Permission to use, modify and distribute this software is granted
     9  * Permission to use, modify and distribute this software is granted
    10  * provided that this copyright notice appears in all copies. For
    10  * provided that this copyright notice appears in all copies. For
    13  * This software is provided "AS IS" with no warranty of any kind,
    13  * This software is provided "AS IS" with no warranty of any kind,
    14  * express or implied, and with no claim as to its suitability for any
    14  * express or implied, and with no claim as to its suitability for any
    15  * purpose.
    15  * purpose.
    16  *
    16  *
    17  */
    17  */
    18 
       
    19 
    18 
    20 #ifndef LEMON_TABU_SEARCH_H
    19 #ifndef LEMON_TABU_SEARCH_H
    21 #define LEMON_TABU_SEARCH_H
    20 #define LEMON_TABU_SEARCH_H
    22 
    21 
    23 /// \ingroup metah
    22 /// \ingroup metah