COIN-OR::LEMON - Graph Library

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


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/alpar
Files:
8 edited

Legend:

Unmodified
Added
Removed
  • src/work/alpar/bfs-named-param.cc

    r744 r921  
    11// -*- mode:C++ -*-
    22
    3 #include <hugo/smart_graph.h>
    4 #include <hugo/maps.h>
     3#include <lemon/smart_graph.h>
     4#include <lemon/maps.h>
    55#include <vector>
    66#include <iostream>
    77
    8 using namespace hugo;
     8using namespace lemon;
    99
    1010struct _BFS_DEFAULT_VIS {};
  • src/work/alpar/boolmap_iter.cc

    r348 r921  
    33#include <smart_graph.h>
    44
    5 using namespace hugo;
     5using namespace lemon;
    66
    77///\todo This is only a static map!
  • src/work/alpar/f_ed_ka.h

    r108 r921  
    1212//#include <bfs_iterator.hh>
    1313
    14 namespace hugo {
     14namespace lemon {
    1515  template <typename Graph, typename FlowMap, typename CapacityMap>
    1616  typename FlowMap::ValueType maxFlow(Graph &G,
     
    115115  }
    116116 
    117 } // namespace hugo
     117} // namespace lemon
    118118
    119119#endif //EDMONDS_KARP_HH
  • src/work/alpar/f_ed_ka_demo.cc

    r118 r921  
    99#include "../marci/time_measure.h"
    1010
    11 using namespace hugo;
     11using namespace lemon;
    1212
    1313// Use a DIMACS max flow file as stdin.
  • src/work/alpar/gwrapper.h

    r147 r921  
    33#define GRAPH_WRAPPER_H
    44
    5 namespace hugo {
     5namespace lemon {
    66
    77template<typename G>
  • src/work/alpar/list_graph_demo.cc

    r880 r921  
    55#include <vector>
    66
    7 using namespace hugo;
     7using namespace lemon;
    88
    99typedef ListGraph Graph;
  • src/work/alpar/rw_nonref_map.cc

    r351 r921  
    22#include <smart_graph.h>
    33
    4 using namespace hugo;
     4using namespace lemon;
    55
    66template<class GG,class TT>
  • src/work/alpar/smart_graph_demo.cc

    r880 r921  
    55#include <vector>
    66
    7 using namespace hugo;
     7using namespace lemon;
    88
    99typedef SmartGraph Graph;
Note: See TracChangeset for help on using the changeset viewer.