COIN-OR::LEMON - Graph Library

Changeset 2260:4274224f8a7d in lemon-0.x for lemon/kruskal.h


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

concept -> concepts (namespace & directory)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • lemon/kruskal.h

    r2259 r2260  
    4545  ///
    4646  /// \param g The graph the algorithm runs on.
    47   /// It can be either \ref concept::Graph "directed" or
    48   /// \ref concept::UGraph "undirected".
     47  /// It can be either \ref concepts::Graph "directed" or
     48  /// \ref concepts::UGraph "undirected".
    4949  /// If the graph is directed, the algorithm consider it to be
    5050  /// undirected by disregarding the direction of the edges.
     
    8484  ///
    8585  /// \warning If kruskal runs on an
    86   /// \ref lemon::concept::UGraph "undirected graph", be sure that the
     86  /// \ref lemon::concepts::UGraph "undirected graph", be sure that the
    8787  /// map storing the tree is also undirected
    8888  /// (e.g. ListUGraph::UEdgeMap<bool>, otherwise the values of the
Note: See TracChangeset for help on using the changeset viewer.