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/demo/sub_graph_wrapper_demo.cc

    r888 r921  
    99#include <fstream>
    1010
    11 #include <hugo/smart_graph.h>
    12 #include <hugo/dijkstra.h>
    13 #include <hugo/maps.h>
    14 #include <hugo/graph_wrapper.h>
    15 #include <hugo/dimacs.h>
    16 #include <hugo/preflow.h>
    17 #include <hugo/tight_edge_filter_map.h>
     11#include <lemon/smart_graph.h>
     12#include <lemon/dijkstra.h>
     13#include <lemon/maps.h>
     14#include <lemon/graph_wrapper.h>
     15#include <lemon/dimacs.h>
     16#include <lemon/preflow.h>
     17#include <lemon/tight_edge_filter_map.h>
    1818
    19 using namespace hugo;
     19using namespace lemon;
    2020
    2121using std::cout;
Note: See TracChangeset for help on using the changeset viewer.