src/lemon/map_registry.h
changeset 933 1b7c88fbb950
parent 919 6153d9cf78c6
child 937 d4e911acef3d
equal deleted inserted replaced
9:e387bf4407b3 0:7f398e7fc906
     1 /* -*- C++ -*-
     1 /* -*- C++ -*-
     2  * src/hugo/map_registry.h - Part of HUGOlib, a generic C++ optimization library
     2  * src/lemon/map_registry.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_MAP_REGISTRY_H
    17 #ifndef LEMON_MAP_REGISTRY_H
    18 #define HUGO_MAP_REGISTRY_H
    18 #define LEMON_MAP_REGISTRY_H
    19 
    19 
    20 #include <vector>
    20 #include <vector>
    21 
    21 
    22 ///\ingroup graphmapfactory
    22 ///\ingroup graphmapfactory
    23 ///\file
    23 ///\file
    24 ///\brief Map registry for graph maps.
    24 ///\brief Map registry for graph maps.
    25 
    25 
    26 using namespace std;
    26 using namespace std;
    27 
    27 
    28 namespace hugo {
    28 namespace lemon {
    29 
    29 
    30 /// \addtogroup graphmapfactory
    30 /// \addtogroup graphmapfactory
    31 /// @{
    31 /// @{
    32 
    32 
    33 /** 
    33 /**