COIN-OR::LEMON - Graph Library

Changeset 844:9bf990cb066d in lemon-0.x for src/hugo/graph_wrapper.h


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

Bug fix in the symmetric maps.
Faster map initialization.
Iterators and Containers STL compatible.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/hugo/graph_wrapper.h

    r838 r844  
    13891389    void erase(const Edge& e) const {
    13901390      Node n=tail(e);
    1391       typename Graph::OutEdgeIt f(*graph, n);
     1391      typename Graph::OutEdgeIt f(*Parent::graph, n);
    13921392      ++f;
    13931393      first_out_edges->set(n, f);
Note: See TracChangeset for help on using the changeset viewer.