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_graph_demo.cc

    r181 r189  
    44
    55#include <LEDA/graph.h>
    6 #include <leda_graph.h>
     6#include <leda_graph_wrapper.h>
    77#include <dimacs.h>
    88#include <time_measure.h>
     
    1616int main() {
    1717  leda::graph g;
    18   typedef LedaGraph<leda::graph> Graph;
     18  typedef LedaGraphWrapper<leda::graph> Graph;
    1919  Graph G(g);
    2020//   G.addNode();
Note: See TracChangeset for help on using the changeset viewer.