COIN-OR::LEMON - Graph Library

Changeset 1590:ba2cb5006358 in lemon-0.x for lemon/graph_utils.h


Ignore:
Timestamp:
07/26/05 22:12:36 (19 years ago)
Author:
Alpar Juttner
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@2094
Message:

Spellcheck

File:
1 edited

Legend:

Unmodified
Added
Removed
  • lemon/graph_utils.h

    r1565 r1590  
    218218  /// Iterator for iterating on edges connected the same nodes. It is
    219219  /// higher level interface for the findEdge() function. You can
    220   /// use it the next way:
     220  /// use it the following was:
    221221  /// \code
    222222  /// for (ConEdgeIt<Graph> it(g, src, trg); it != INVALID; ++it) {
Note: See TracChangeset for help on using the changeset viewer.