COIN-OR::LEMON - Graph Library

Changeset 2443:14abfa02bf42 in lemon-0.x for lemon/dfs.h


Ignore:
Timestamp:
05/11/07 18:02:53 (17 years ago)
Author:
Balazs Dezso
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@3280
Message:

Patch for retrieving reached/processed node in dijkstra, bfs and dfs

Patch from Peter Kovacs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • lemon/dfs.h

    r2439 r2443  
    565565    ///
    566566    ///\param em must be a bool (or convertible) edge map. The algorithm
    567     ///will stop when it reaches an edge \c e with <tt>em[e]==true<\tt>.
    568     ///
    569     ///\return The reached edge \c e with <tt>em[e]==true<\tt> or
     567    ///will stop when it reaches an edge \c e with <tt>em[e]<\tt> true.
     568    ///
     569    ///\return The reached edge \c e with <tt>em[e]<\tt> true or
    570570    ///\c INVALID if no such edge was found.
    571571    ///
     
    14591459    ///
    14601460    /// \param em must be a bool (or convertible) edge map. The algorithm
    1461     /// will stop when it reaches an edge \c e with <tt>em[e]==true<\tt>.
    1462     ///
    1463     ///\return The reached edge \c e with <tt>em[e]==true<\tt> or
     1461    /// will stop when it reaches an edge \c e with <tt>em[e]<\tt> true.
     1462    ///
     1463    ///\return The reached edge \c e with <tt>em[e]<\tt> true or
    14641464    ///\c INVALID if no such edge was found.
    14651465    ///
Note: See TracChangeset for help on using the changeset viewer.