Function
kruskalsAlgorithm
Computes a minimum spanning tree on a graph.
Include Headers
seqan/graph_algorithms.h
Parameters
|  In-parameter:An undirected graph. Types:  Undirected Graph | |
|  In-parameter:A source vertex. Types:  VertexDescriptor | |
|  In-parameter:Edge weights. | |
|  Out-parameter:Array of vertex descriptors. Remarks: Array or string where two consecutive entries are an edge. | 
Return Values
 void.
Example Programs
See Also
SeqAn - Sequence Analysis Library - www.seqan.de