COIN-OR::LEMON - Graph Library

Ignore:
Timestamp:
04/05/04 19:25:40 (20 years ago)
Author:
marci
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@423
Message:

.

File:
1 edited

Legend:

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

    r303 r305  
    44
    55#include <list_graph.h>
    6 //#include <smart_graph.h>
     6#include <smart_graph.h>
    77#include <dimacs.h>
    88#include <edmonds_karp.h>
     
    4040  typedef ListGraph MutableGraph;
    4141
    42   //typedef SmartGraph Graph;
    43   typedef ListGraph Graph;
     42  typedef SmartGraph Graph;
     43  //typedef ListGraph Graph;
    4444  typedef Graph::Node Node;
    4545  typedef Graph::EdgeIt EdgeIt;
Note: See TracChangeset for help on using the changeset viewer.