COIN-OR::LEMON - Graph Library

Changeset 579:859f8c7e2a40 in lemon-0.x for src/hugo/smart_graph.h


Ignore:
Timestamp:
05/07/04 17:58:45 (20 years ago)
Author:
Alpar Juttner
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@755
Message:

EdgeSet? is more or less working.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/hugo/smart_graph.h

    r542 r579  
    221221      NodeIt(Invalid i) : Node(i) { }
    222222      NodeIt(const SmartGraph& G) : Node(G.nodes.size()?0:-1) { }
     223      ///\todo Undocumented conversion Node -\> NodeIt.
     224      NodeIt(const SmartGraph& G, const Node &n) : Node(n) { }
    223225    };
    224226
Note: See TracChangeset for help on using the changeset viewer.