COIN-OR::LEMON - Graph Library

Changeset 216:6d7bfcf5b48e in lemon


Ignore:
Timestamp:
07/14/08 16:20:12 (16 years ago)
Author:
Peter Kovacs <kpeter@…>
Branch:
default
Phase:
public
Message:

Doc improvement for kruskal() (ticket #114)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • lemon/kruskal.h

    r209 r216  
    301301  /// \return The total cost of the found spanning tree.
    302302  ///
    303   /// \warning If Kruskal runs on an be consistent of using the same
    304   /// Arc type for input and output.
    305   ///
     303  /// \note If the input graph is not (weakly) connected, a spanning
     304  /// forest is calculated instead of a spanning tree.
    306305
    307306#ifdef DOXYGEN
Note: See TracChangeset for help on using the changeset viewer.