COIN-OR::LEMON - Graph Library

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


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/johanna
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • src/work/johanna/contract_wrapper.h

    r394 r921  
    11// -*- C++ -*- //
    22
    3 #ifndef HUGO_CONTRACT_WRAPPER
    4 #define HUGO_CONTRACT_WRAPPER
     3#ifndef LEMON_CONTRACT_WRAPPER
     4#define LEMON_CONTRACT_WRAPPER
    55
    66#include <graph_wrapper.h>
    77
    8 namespace hugo {
     8namespace lemon {
    99
    1010  template<typename Graph>
  • src/work/johanna/ma_order.h

    r350 r921  
    11// -*- C++ -*- //
    22
    3 #ifndef HUGO_MA_ORDER_H
    4 #define HUGO_MA_ORDER_H
     3#ifndef LEMON_MA_ORDER_H
     4#define LEMON_MA_ORDER_H
    55
    66#include <vector>
     
    88#include <bin_heap.h>
    99
    10 namespace hugo {
     10namespace lemon {
    1111
    1212  template <typename Graph,
     
    8383  };
    8484
    85 } // namespace hugo
     85} // namespace lemon
    8686
    87 #endif // HUGO_MA_ORDER_H
     87#endif // LEMON_MA_ORDER_H
  • src/work/johanna/ma_order_test.cc

    r350 r921  
    99
    1010using namespace std;
    11 using namespace hugo;
     11using namespace lemon;
    1212
    1313int main() {
Note: See TracChangeset for help on using the changeset viewer.