Changeset 810:e9fbc747ca47 in lemon-0.x for src/hugo
- Timestamp:
- 09/06/04 19:12:00 (20 years ago)
- Branch:
- default
- Phase:
- public
- Convert:
- svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@1105
- Location:
- src/hugo
- Files:
-
- 1 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
src/hugo/Makefile.am
r795 r810 12 12 graph_wrapper.h \ 13 13 invalid.h \ 14 kruskal.h \ 14 15 list_graph.h \ 15 16 map_defines.h \ -
src/hugo/unionfind.h
r774 r810 33 33 * For more features see the \ref UnionFindEnum class. 34 34 * 35 * It is primarily used in Kruskal algorithm for finding minimal 36 * cost spanning tree in a graph. 37 * \sa kruskal() 38 * 35 39 * \pre The elements are automatically added only if the map 36 40 * given to the constructor was filled with -1's. Otherwise you 37 41 * need to add all the elements by the \ref insert() method. 42 * \bug It is not clear what the constructor parameter is used for. 38 43 */ 39 44
Note: See TracChangeset
for help on using the changeset viewer.