[Lemon-commits] Alpar Juttner: Merge
Lemon HG
hg at lemon.cs.elte.hu
Mon Jul 14 16:41:11 CEST 2008
details: http://lemon.cs.elte.hu/hg/lemon/rev/b67149f0e675
changeset: 217:b67149f0e675
user: Alpar Juttner <alpar [at] cs.elte.hu>
date: Mon Jul 14 15:40:24 2008 +0100
description:
Merge
diffstat:
1 file changed, 2 insertions(+), 3 deletions(-)
lemon/kruskal.h | 5 ++---
diffs (15 lines):
diff -r 17c644f5f98d -r b67149f0e675 lemon/kruskal.h
--- a/lemon/kruskal.h Mon Jul 14 10:55:43 2008 +0100
+++ b/lemon/kruskal.h Mon Jul 14 15:40:24 2008 +0100
@@ -300,9 +300,8 @@
///
/// \return The total cost of the found spanning tree.
///
- /// \warning If Kruskal runs on an be consistent of using the same
- /// Arc type for input and output.
- ///
+ /// \note If the input graph is not (weakly) connected, a spanning
+ /// forest is calculated instead of a spanning tree.
#ifdef DOXYGEN
template <class Graph, class In, class Out>
More information about the Lemon-commits
mailing list