COIN-OR::LEMON - Graph Library

Changeset 921:818510fa3d99 in lemon-0.x for src/work/jacint/max_flow.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 edited

Legend:

Unmodified
Added
Removed
  • src/work/jacint/max_flow.h

    r709 r921  
    11// -*- C++ -*-
    2 #ifndef HUGO_MAX_FLOW_H
    3 #define HUGO_MAX_FLOW_H
     2#ifndef LEMON_MAX_FLOW_H
     3#define LEMON_MAX_FLOW_H
    44
    55#include <vector>
     
    77#include <stack>
    88
    9 #include <hugo/graph_wrapper.h>
     9#include <lemon/graph_wrapper.h>
    1010#include <bfs_dfs.h>
    11 #include <hugo/invalid.h>
    12 #include <hugo/maps.h>
    13 #include <hugo/for_each_macros.h>
     11#include <lemon/invalid.h>
     12#include <lemon/maps.h>
     13#include <lemon/for_each_macros.h>
    1414
    1515/// \file
     
    1717/// \ingroup galgs
    1818
    19 namespace hugo {
     19namespace lemon {
    2020
    2121  /// \addtogroup galgs
     
    11941194
    11951195      dfs.pushAndSetReached
    1196         ///\bug hugo 0.2
     1196        ///\bug lemon 0.2
    11971197        (typename ErasingResGW::Node
    11981198         (typename FilterResGW::Node
     
    12611261
    12621262
    1263 } //namespace hugo
    1264 
    1265 #endif //HUGO_MAX_FLOW_H
    1266 
    1267 
    1268 
    1269 
     1263} //namespace lemon
     1264
     1265#endif //LEMON_MAX_FLOW_H
     1266
     1267
     1268
     1269
Note: See TracChangeset for help on using the changeset viewer.