COIN-OR::LEMON - Graph Library

Ticket #179: 179-doc-fix-623660793d90.patch

File 179-doc-fix-623660793d90.patch, 1011 bytes (added by Peter Kovacs, 15 years ago)
  • lemon/hartmann_orlin.h

    # HG changeset patch
    # User Peter Kovacs <kpeter@inf.elte.hu>
    # Date 1255679418 -7200
    # Node ID 623660793d90dacace06ce09bfc165a52ac9244c
    # Parent  4ac26e328df34c536ae56732ca90aa80bee09d1d
    Small fix in the doc (#179)
    
    diff --git a/lemon/hartmann_orlin.h b/lemon/hartmann_orlin.h
    a b  
    6969    ///
    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  };
    7575
  • lemon/karp.h

    diff --git a/lemon/karp.h b/lemon/karp.h
    a b  
    6969    ///
    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  };
    7575