COIN-OR::LEMON - Graph Library

Changeset 897:ef09eee53b09 in lemon-0.x for src/hugo/smart_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/smart_graph.h

    r891 r897  
    1313#include <hugo/invalid.h>
    1414
    15 #include <hugo/default_map.h>
     15#include <hugo/array_map.h>
    1616#include <hugo/sym_map.h>
    1717
     
    7777    CREATE_MAP_REGISTRIES;
    7878    /// Creating node and edge maps.
    79     CREATE_MAPS(DefaultMap);
     79    CREATE_MAPS(ArrayMap);
    8080   
    8181  public:
     
    321321    CREATE_SYM_EDGE_MAP_REGISTRY;
    322322    /// Creating symmetric edge map.
    323     CREATE_SYM_EDGE_MAP(DefaultMap);
     323    CREATE_SYM_EDGE_MAP(ArrayMap);
    324324
    325325
Note: See TracChangeset for help on using the changeset viewer.