COIN-OR::LEMON - Graph Library

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


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/lemon/attic
Files:
3 moved

Legend:

Unmodified
Added
Removed
  • src/lemon/attic/debug.h

    r907 r921  
    11/* -*- C++ -*-
    2  * src/hugo/debug.h - Part of HUGOlib, a generic C++ optimization library
     2 * src/lemon/debug.h - Part of LEMON, a generic C++ optimization library
    33 *
    44 * Copyright (C) 2004 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
     
    1515 */
    1616
    17 #ifndef HUGO_DEBUG_H
    18 #define HUGO_DEBUG_H
     17#ifndef LEMON_DEBUG_H
     18#define LEMON_DEBUG_H
    1919
    2020//! \file
    2121//! \brief Basic definitions for debug control.
    2222
    23 namespace hugo {
     23namespace lemon {
    2424
    2525  //! Debug mode for testing/debugging
     
    6868
    6969}
    70 #endif // HUGO_DEBUG_H
     70#endif // LEMON_DEBUG_H
  • src/lemon/attic/error.h

    r907 r921  
    11/* -*- C++ -*-
    2  * src/hugo/error.h - Part of HUGOlib, a generic C++ optimization library
     2 * src/lemon/error.h - Part of LEMON, a generic C++ optimization library
    33 *
    44 * Copyright (C) 2004 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
     
    1515 */
    1616
    17 #ifndef HUGO_ERROR_H
    18 #define HUGO_ERROR_H
     17#ifndef LEMON_ERROR_H
     18#define LEMON_ERROR_H
    1919
    2020//! \ingroup misc
     
    2727
    2828
    29 namespace hugo {
     29namespace lemon {
    3030
    3131  /**
     
    7575
    7676# define FIXME(msg) \
    77     do { throw ::hugo::Exception() << "FIXME: " msg " (in: "    \
     77    do { throw ::lemon::Exception() << "FIXME: " msg " (in: "    \
    7878      __FILE__ ", " << __LINE__ << ")";                         \
    7979    } while(false)
    8080
    8181}
    82 #endif // HUGO_ERROR_H
     82#endif // LEMON_ERROR_H
  • src/lemon/attic/tight_edge_filter_map.h

    r919 r921  
    11/* -*- C++ -*-
    2  * src/hugo/tight_edge_filter_map.h - Part of HUGOlib, a generic C++ optimization library
     2 * src/lemon/tight_edge_filter_map.h - Part of LEMON, a generic C++ optimization library
    33 *
    44 * Copyright (C) 2004 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
     
    1515 */
    1616
    17 #ifndef HUGO_TIGHT_EDGE_FILTER_MAP_H
    18 #define HUGO_TIGHT_EDGE_FILTER_MAP_H
     17#ifndef LEMON_TIGHT_EDGE_FILTER_MAP_H
     18#define LEMON_TIGHT_EDGE_FILTER_MAP_H
    1919
    20 #include <hugo/maps.h>
     20#include <lemon/maps.h>
    2121
    2222// /// \file
     
    2424// /// \ingroup galgs
    2525
    26 namespace hugo {
     26namespace lemon {
    2727
    2828  /// \brief A map for filtering the edge-set to those edges
     
    5757  };
    5858
    59 } //namespace hugo
     59} //namespace lemon
    6060
    61 #endif //HUGO_TIGHT_EDGE_FILTER_MAP_H
     61#endif //LEMON_TIGHT_EDGE_FILTER_MAP_H
    6262
    6363
Note: See TracChangeset for help on using the changeset viewer.