COIN-OR::LEMON - Graph Library

Changeset 897:ef09eee53b09 in lemon-0.x for src/hugo/full_graph.h


Ignore:
Timestamp:
09/22/04 10:04:31 (20 years ago)
Author:
Balazs Dezso
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@1205
Message:

The default constructors are removed from the maps.
The ArrayMap? is the map structure of the graphs.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/hugo/full_graph.h

    r880 r897  
    1414
    1515#include <hugo/map_registry.h>
    16 #include <hugo/default_map.h>
     16#include <hugo/array_map.h>
    1717
    1818#include <hugo/map_defines.h>
     
    5454    CREATE_MAP_REGISTRIES;
    5555    /// Creating node and edge maps.
    56     CREATE_MAPS(DefaultMap);
     56    CREATE_MAPS(ArrayMap);
    5757   
    5858  public:
Note: See TracChangeset for help on using the changeset viewer.