COIN-OR::LEMON - Graph Library

Changeset 822:88226d9fe821 in lemon-0.x for src/hugo/full_graph.h


Ignore:
Timestamp:
09/08/04 14:06:45 (20 years ago)
Author:
Balazs Dezso
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@1118
Message:

The MapFactories? have been removed from the code because
if we use macros then they increases only the complexity.

The pair iterators of the maps are separeted from the maps.

Some macros and comments has been changed.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/hugo/full_graph.h

    r813 r822  
    1414
    1515#include <hugo/map_registry.h>
    16 #include <hugo/default_map_factory.h>
     16#include <hugo/default_map.h>
     17
     18#include <hugo/map_defines.h>
    1719
    1820namespace hugo {
     
    4850    class InEdgeIt;
    4951   
     52
     53    /// Creating map registries.
    5054    CREATE_MAP_REGISTRIES;
    51     CREATE_MAPS(DefaultMapFactory);
     55    /// Creating node and edge maps.
     56    CREATE_MAPS(DefaultMap);
    5257   
    5358  public:
Note: See TracChangeset for help on using the changeset viewer.