COIN-OR::LEMON - Graph Library

Changeset 819:f964a00b9068 in lemon for lemon/hartmann_orlin.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/hartmann_orlin.h

    r818 r819  
    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.