Search
Graph.tree Method
See Also
 






 Overload List

Name Description

Graph.tree (Vertex)

Returns a new graph object containing a subset of the vertices and edges of the original graph, such that the new graph is a tree.

Graph.tree (Vertex, Boolean, Boolean)

Returns a new graph object containing a subset of the vertices and edges of the original graph, such that the new graph is a tree.

 See Also