COIN-OR::LEMON - Graph Library

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

    r906 r921  
    11/* -*- C++ -*-
    2  * src/hugo/path.h - Part of HUGOlib, a generic C++ optimization library
     2 * src/lemon/path.h - Part of LEMON, a generic C++ optimization library
    33 *
    44 * Copyright (C) 2004 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
     
    1818@defgroup paths Path Structures
    1919@ingroup datas
    20 \brief Path structures implemented in Hugo.
    21 
    22 Hugolib provides flexible data structures
     20\brief Path structures implemented in LEMON.
     21
     22LEMON provides flexible data structures
    2323to work with paths.
    2424
     
    2727algorithm to store its result in any kind of path structure.
    2828
    29 \sa hugo::skeleton::Path
     29\sa lemon::skeleton::Path
    3030
    3131*/
     
    3535///\brief Classes for representing paths in graphs.
    3636
    37 #ifndef HUGO_PATH_H
    38 #define HUGO_PATH_H
     37#ifndef LEMON_PATH_H
     38#define LEMON_PATH_H
    3939
    4040#include <deque>
     
    4242#include <algorithm>
    4343
    44 #include <hugo/invalid.h>
    45 
    46 namespace hugo {
     44#include <lemon/invalid.h>
     45
     46namespace lemon {
    4747
    4848  /// \addtogroup paths
     
    705705  ///@}
    706706
    707 } // namespace hugo
    708 
    709 #endif // HUGO_PATH_H
     707} // namespace lemon
     708
     709#endif // LEMON_PATH_H
Note: See TracChangeset for help on using the changeset viewer.