Provides (minimum) spanning tree algorithms for graphs.

Namespace: yWorks.yFiles.Algorithms
Assembly: yWorks.yFilesWPF.Algorithms (in yWorks.yFilesWPF.Algorithms.dll) Version: 2.2.0.2 (2.2.0.2)

Syntax

C#
public class SpanningTrees
Visual Basic
Public Class SpanningTrees

Remarks

Provides (minimum) spanning tree algorithms for graphs. A spanning tree of an undirected connected graph is a subset of its edges that form a tree connecting all edges of the graph. If the edges of a graph have a cost or a weight associated with them then it is possible to calculate a minimum spanning tree of that graph, i.e. a spanning tree whose edges have minimum overall cost of all spanning trees of that graph.

Inheritance Hierarchy

System..::..Object
  yWorks.yFiles.Algorithms..::..SpanningTrees

See Also