COIN-OR::LEMON - Graph Library

Changeset 2350:eb371753e814 in lemon-0.x for lemon/path_utils.h


Ignore:
Timestamp:
01/23/07 13:51:39 (17 years ago)
Author:
Alpar Juttner
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@3142
Message:

Several doc improvements.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • lemon/path_utils.h

    r2335 r2350  
    104104  ///
    105105  /// Checks that each edge's target is the next's source.
    106   /// \Checks the path's consistency.
    107   ///
    108   /// Checks that each edge's target is the next's source.
     106  ///
    109107  template <typename Graph, typename Path>
    110108  bool checkPath(const Graph& graph, const Path& path) {
Note: See TracChangeset for help on using the changeset viewer.