Interface IMinimumSpanningTreeAlgorithm<TVertex, TEdge>
Represents a minimum spanning tree algorithm.
Inherited Members
Namespace: QuikGraph.Algorithms.MinimumSpanningTree
Assembly: QuikGraph.dll
Syntax
public interface IMinimumSpanningTreeAlgorithm<TVertex, TEdge> : IAlgorithm<IUndirectedGraph<TVertex, TEdge>>, IComputation, ITreeBuilderAlgorithm<TVertex, TEdge> where TEdge : IEdge<TVertex>
Type Parameters
Name | Description |
---|---|
TVertex | Vertex type. |
TEdge | Edge type. |