COIN-OR::LEMON - Graph Library

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/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 {};
Note: See TracChangeset for help on using the changeset viewer.