COIN-OR::LEMON - Graph Library

Changeset 921:818510fa3d99 in lemon-0.x for src/lemon/smart_graph.h


Ignore:
Timestamp:
09/29/04 17:30:04 (20 years ago)
Author:
Alpar Juttner
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@1232
Message:

hugo -> lemon

File:
1 moved

Legend:

Unmodified
Added
Removed
  • src/lemon/smart_graph.h

    r919 r921  
    11/* -*- C++ -*-
    2  * src/hugo/smart_graph.h - Part of HUGOlib, a generic C++ optimization library
     2 * src/lemon/smart_graph.h - Part of LEMON, a generic C++ optimization library
    33 *
    44 * Copyright (C) 2004 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
     
    1515 */
    1616
    17 #ifndef HUGO_SMART_GRAPH_H
    18 #define HUGO_SMART_GRAPH_H
     17#ifndef LEMON_SMART_GRAPH_H
     18#define LEMON_SMART_GRAPH_H
    1919
    2020///\ingroup graphs
     
    2525#include <climits>
    2626
    27 #include <hugo/invalid.h>
    28 
    29 #include <hugo/array_map.h>
    30 #include <hugo/sym_map.h>
    31 
    32 #include <hugo/map_registry.h>
    33 
    34 #include <hugo/map_defines.h>
    35 
    36 namespace hugo {
     27#include <lemon/invalid.h>
     28
     29#include <lemon/array_map.h>
     30#include <lemon/sym_map.h>
     31
     32#include <lemon/map_registry.h>
     33
     34#include <lemon/map_defines.h>
     35
     36namespace lemon {
    3737
    3838/// \addtogroup graphs
     
    357357 
    358358  /// @} 
    359 } //namespace hugo
    360 
    361 
    362 
    363 
    364 #endif //HUGO_SMART_GRAPH_H
     359} //namespace lemon
     360
     361
     362
     363
     364#endif //LEMON_SMART_GRAPH_H
Note: See TracChangeset for help on using the changeset viewer.