COIN-OR::LEMON - Graph Library

Changeset 921:818510fa3d99 in lemon-0.x for src/lemon/graph_wrapper.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/graph_wrapper.h

    r911 r921  
    11/* -*- C++ -*-
    2  * src/hugo/graph_wrapper.h - Part of HUGOlib, a generic C++ optimization library
     2 * src/lemon/graph_wrapper.h - Part of LEMON, a generic C++ optimization library
    33 *
    44 * Copyright (C) 2004 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
     
    1515 */
    1616
    17 #ifndef HUGO_GRAPH_WRAPPER_H
    18 #define HUGO_GRAPH_WRAPPER_H
     17#ifndef LEMON_GRAPH_WRAPPER_H
     18#define LEMON_GRAPH_WRAPPER_H
    1919
    2020///\ingroup gwrappers
     
    2626///\author Marton Makai
    2727
    28 #include <hugo/invalid.h>
    29 #include <hugo/maps.h>
    30 #include <hugo/map_defines.h>
     28#include <lemon/invalid.h>
     29#include <lemon/maps.h>
     30#include <lemon/map_defines.h>
    3131#include <iostream>
    3232
    33 namespace hugo {
     33namespace lemon {
    3434
    3535  // Graph wrappers
    3636
    3737  /// \addtogroup gwrappers
    38   /// A main parts of HUGOlib are the different graph structures,
     38  /// A main parts of LEMON are the different graph structures,
    3939  /// generic graph algorithms, graph concepts which couple these, and
    4040  /// graph wrappers. While the previous ones are more or less clear, the
     
    12221222  ///@}
    12231223
    1224 } //namespace hugo
    1225 
    1226 #endif //HUGO_GRAPH_WRAPPER_H
    1227 
     1224} //namespace lemon
     1225
     1226#endif //LEMON_GRAPH_WRAPPER_H
     1227
Note: See TracChangeset for help on using the changeset viewer.