COIN-OR::LEMON - Graph Library

Ignore:
Timestamp:
03/16/04 16:27:20 (20 years ago)
Author:
marci
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@265
Message:

LedaGraph? -> LedaGraphWrapper?

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/work/marci/leda_bfs_dfs.cc

    r181 r189  
    1010#include <bfs_iterator.h>
    1111#include <graph_wrapper.h>
    12 #include <leda_graph.h>
     12#include <leda_graph_wrapper.h>
    1313
    1414using namespace hugo;
     
    3636  //typedef SmartGraph Graph;
    3737  //typedef ListGraph Graph;
    38   typedef LedaGraph<leda::graph> Graph;
     38  typedef LedaGraphWrapper<leda::graph> Graph;
    3939
    4040  typedef Graph::Node Node;
Note: See TracChangeset for help on using the changeset viewer.