Changeset 2350:eb371753e814 in lemon-0.x for lemon/bfs.h
- Timestamp:
- 01/23/07 13:51:39 (18 years ago)
- Branch:
- default
- Phase:
- public
- Convert:
- svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@3142
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
lemon/bfs.h
r2335 r2350 521 521 ///should be initially false. 522 522 /// 523 ///\param targetThe nodemaps of possible targets.523 ///\param nm The nodemaps of possible targets. 524 524 ///\retval reached Indicates that one of the target nodes is reached. 525 525 ///\return The processed node. … … 618 618 ///\param nm must be a bool (or convertible) node map. The 619 619 ///algorithm will stop when it reached a node \c v with 620 /// <tt>nm[v]</tt> true.620 /// <tt>nm[v]</tt> true. 621 621 ///\todo query the reached target 622 622 template<class NM> … … 1436 1436 /// should be initially false. 1437 1437 /// 1438 /// \param targetThe nodemaps of possible targets.1438 /// \param nm The nodemaps of possible targets. 1439 1439 /// \retval reached Indicates that one of the target nodes is reached. 1440 1440 /// \return The processed node. … … 1515 1515 ///\param nm must be a bool (or convertible) node map. The 1516 1516 ///algorithm will stop when it reached a node \c v with 1517 /// <tt>nm[v]</tt> true.1517 /// <tt>nm[v]</tt> true. 1518 1518 template <typename NM> 1519 1519 void start(const NM &nm) {
Note: See TracChangeset
for help on using the changeset viewer.