Changes in / [217:b67149f0e675:215:17c644f5f98d] in lemon-main
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
lemon/kruskal.h
r216 r209 301 301 /// \return The total cost of the found spanning tree. 302 302 /// 303 /// \note If the input graph is not (weakly) connected, a spanning 304 /// forest is calculated instead of a spanning tree. 303 /// \warning If Kruskal runs on an be consistent of using the same 304 /// Arc type for input and output. 305 /// 305 306 306 307 #ifdef DOXYGEN
Note: See TracChangeset
for help on using the changeset viewer.