COIN-OR::LEMON - Graph Library

Changeset 772:f964a00b9068 in lemon-1.2 for lemon/karp.h


Ignore:
Timestamp:
10/16/09 09:50:18 (15 years ago)
Author:
Peter Kovacs <kpeter@…>
Branch:
default
Phase:
public
Message:

Small fix in the doc (#179)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • lemon/karp.h

    r771 r772  
    7070    /// The path type of the found cycles.
    7171    /// It must conform to the \ref lemon::concepts::Path "Path" concept
    72     /// and it must have an \c addBack() function.
     72    /// and it must have an \c addFront() function.
    7373    typedef lemon::Path<Digraph> Path;
    7474  };
Note: See TracChangeset for help on using the changeset viewer.