COIN-OR::LEMON - Graph Library

Changeset 1953:d4f411003580 in lemon-0.x for lemon/johnson.h


Ignore:
Timestamp:
02/03/06 16:58:24 (18 years ago)
Author:
Alpar Juttner
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@2528
Message:

Polish the doc.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • lemon/johnson.h

    r1946 r1953  
    152152    ///
    153153    /// This function instantiates a \ref PredMap.
    154     /// \param G is the graph, to which we would like to define the PredMap.
     154    /// \param graph is the graph, to which we would like to define the PredMap.
    155155    /// \todo The graph alone may be insufficient for the initialization
    156156    static PredMap *createPredMap(const Graph& graph) {
     
    168168    ///
    169169    /// This function instantiates a \ref DistMap.
    170     /// \param G is the graph, to which we would like to define the
     170    /// \param graph is the graph, to which we would like to define the
    171171    /// \ref DistMap
    172172    static DistMap *createDistMap(const _Graph& graph) {
Note: See TracChangeset for help on using the changeset viewer.