COIN-OR::LEMON - Graph Library

Changeset 1583:2b329fd595ef in lemon-0.x for demo/kruskal_demo.cc


Ignore:
Timestamp:
07/22/05 17:15:29 (18 years ago)
Author:
athos
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@2085
Message:

Documented some more demo programs.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • demo/kruskal_demo.cc

    r1580 r1583  
    1919///\brief Minimum weight spanning tree by Kruskal algorithm (demo).
    2020///
    21 ///This demo program shows how to find a minimum weight spannin tree
    22 ///of a graph by using the Kruskal algorithm.
     21/// This demo program shows how to find a minimum weight spanning tree
     22/// in a graph by using the Kruskal algorithm.
    2323
    2424#include <iostream>
Note: See TracChangeset for help on using the changeset viewer.