src/lemon/skeletons/maps.h
changeset 921 818510fa3d99
parent 906 17f31d280385
child 946 c94ef40a22ce
equal deleted inserted replaced
5:4b08e830016b 0:e2b28c8cc20b
     1 /* -*- C++ -*-
     1 /* -*- C++ -*-
     2  * src/hugo/skeletons/maps.h - Part of HUGOlib, a generic C++ optimization library
     2  * src/lemon/skeletons/maps.h - Part of LEMON, a generic C++ optimization library
     3  *
     3  *
     4  * Copyright (C) 2004 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
     4  * Copyright (C) 2004 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
     5  * (Egervary Combinatorial Optimization Research Group, EGRES).
     5  * (Egervary Combinatorial Optimization Research Group, EGRES).
     6  *
     6  *
     7  * Permission to use, modify and distribute this software is granted
     7  * Permission to use, modify and distribute this software is granted
    12  * express or implied, and with no claim as to its suitability for any
    12  * express or implied, and with no claim as to its suitability for any
    13  * purpose.
    13  * purpose.
    14  *
    14  *
    15  */
    15  */
    16 
    16 
    17 #ifndef HUGO_MAPSKELETON_H
    17 #ifndef LEMON_MAPSKELETON_H
    18 #define HUGO_MAPSKELETON_H
    18 #define LEMON_MAPSKELETON_H
    19 
    19 
    20 ///\ingroup skeletons
    20 ///\ingroup skeletons
    21 ///\file
    21 ///\file
    22 ///\brief Map concepts checking classes for testing and documenting.
    22 ///\brief Map concepts checking classes for testing and documenting.
    23 
    23 
    24 namespace hugo {
    24 namespace lemon {
    25 
    25 
    26   namespace skeleton {
    26   namespace skeleton {
    27   
    27   
    28     /// \addtogroup skeletons
    28     /// \addtogroup skeletons
    29     /// @{
    29     /// @{
   114     };
   114     };
   115 
   115 
   116     // @}
   116     // @}
   117 
   117 
   118   } //namespace skeleton
   118   } //namespace skeleton
   119 } //namespace hugo
   119 } //namespace lemon
   120 #endif // HUGO_MAPSKELETON_H
   120 #endif // LEMON_MAPSKELETON_H