COIN-OR::LEMON - Graph Library

Changeset 921:818510fa3d99 in lemon-0.x for src/work/deba


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

Location:
src/work/deba
Files:
8 edited

Legend:

Unmodified
Added
Removed
  • src/work/deba/array_map_factory.h

    r703 r921  
    77#include "extended_pair.h"
    88
    9 namespace hugo {
     9namespace lemon {
    1010       
    1111  template <typename MapRegistry> class ArrayMapFactory {
  • src/work/deba/bin_heap.h

    r698 r921  
    5959
    6060
    61 #ifndef HUGO_BIN_HEAP_H
    62 #define HUGO_BIN_HEAP_H
     61#ifndef LEMON_BIN_HEAP_H
     62#define LEMON_BIN_HEAP_H
    6363
    6464///\ingroup auxdat
     
    7070#include <functional>
    7171
    72 namespace hugo {
     72namespace lemon {
    7373
    7474  /// \addtogroup auxdat
     
    242242  ///@}
    243243
    244 } // namespace hugo
     244} // namespace lemon
    245245
    246246#endif // BIN_HEAP_HH
  • src/work/deba/dijkstra.h

    r880 r921  
    11// -*- C++ -*-
    2 #ifndef HUGO_DIJKSTRA_H
    3 #define HUGO_DIJKSTRA_H
     2#ifndef LEMON_DIJKSTRA_H
     3#define LEMON_DIJKSTRA_H
    44
    55///\ingroup galgs
     
    77///\brief Dijkstra algorithm.
    88
    9 #include <hugo/bin_heap.h>
    10 #include <hugo/invalid.h>
    11 
    12 namespace hugo {
     9#include <lemon/bin_heap.h>
     10#include <lemon/invalid.h>
     11
     12namespace lemon {
    1313
    1414/// \addtogroup galgs
     
    323323/// @}
    324324 
    325 } //END OF NAMESPACE HUGO
     325} //END OF NAMESPACE LEMON
    326326
    327327#endif
  • src/work/deba/invalid.h

    r701 r921  
    11// -*- mode:C++ -*-
    22
    3 #ifndef HUGO_INVALID_H
    4 #define HUGO_INVALID_H
     3#ifndef LEMON_INVALID_H
     4#define LEMON_INVALID_H
    55
    66///\file
    77///\brief Definition of INVALID.
    88
    9 namespace hugo {
     9namespace lemon {
    1010
    1111  /// Dummy type to make it easier to make invalid iterators.
     
    3333  const Invalid INVALID = Invalid();
    3434
    35 } //namespace hugo
     35} //namespace lemon
    3636
    3737#endif
  • src/work/deba/list_graph.h

    r880 r921  
    11// -*- mode:C++ -*-
    22
    3 #ifndef HUGO_LIST_GRAPH_H
    4 #define HUGO_LIST_GRAPH_H
     3#ifndef LEMON_LIST_GRAPH_H
     4#define LEMON_LIST_GRAPH_H
    55
    66///\ingroup graphs
     
    1818#include "map_defines.h"
    1919
    20 namespace hugo {
     20namespace lemon {
    2121
    2222/// \addtogroup graphs
     
    397397}
    398398
    399 #endif //HUGO_LIST_GRAPH_H
     399#endif //LEMON_LIST_GRAPH_H
  • src/work/deba/map_registry.h

    r703 r921  
    66using namespace std;
    77
    8 namespace hugo {
     8namespace lemon {
    99
    1010/**
  • src/work/deba/pac_map_factory.h

    r595 r921  
    99*/
    1010
    11 namespace hugo {
     11namespace lemon {
    1212       
    1313        template <typename G, typename K, typename KIt, template <typename, typename> class PAC>
  • src/work/deba/vector_map_factory.h

    r703 r921  
    77#include "extended_pair.h"
    88
    9 namespace hugo {
     9namespace lemon {
    1010
    1111  /** The VectorMapFactory template class is a factory class
Note: See TracChangeset for help on using the changeset viewer.