COIN-OR::LEMON - Graph Library

Changeset 1953:d4f411003580 in lemon-0.x for lemon/fredman_tarjan.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/fredman_tarjan.h

    r1946 r1953  
    457457    ///Sets the TreeMap of the edges of the minimum spanning tree.
    458458    ///The map values belonging to the edges of the minimum
    459     ///spanning tree are set to \param tree_edge_value or \c true by default
     459    ///spanning tree are set to \c tree_edge_value or \c true by default
    460460    ///while the edge values not belonging to the minimum spanning tree are
    461461    ///set to
    462     ///\param tree_default_value or \c false by default.
     462    ///\c tree_default_value or \c false by default.
    463463    ///
    464464    ///\pre \ref run() or \ref start() must be called before using this
Note: See TracChangeset for help on using the changeset viewer.