Click or drag to resize

IMinimumSpanningTreeAlgorithmTVertex, TEdge Interface

Namespace:  QuickGraph.Algorithms.MinimumSpanningTree
Assembly:  RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax
C#
public interface IMinimumSpanningTreeAlgorithm<TVertex, TEdge> : ITreeBuilderAlgorithm<TVertex, TEdge>, 
	IAlgorithm<IUndirectedGraph<TVertex, TEdge>>, IComputation
where TEdge : Object, IEdge<TVertex>

Type Parameters

TVertex
TEdge

The IMinimumSpanningTreeAlgorithmTVertex, TEdge type exposes the following members.

Properties
Methods
  NameDescription
Public methodAbort (Inherited from IComputation.)
Public methodCompute (Inherited from IComputation.)
Top
Events
See Also