Search
Graph.convertToStGraph Method (Vertex)
See Also
 






The input should be biconnected undirected graph. The output is directed acyclic ST graph.

Namespace: com.mindfusion.graphs
Package: com.mindfusion.graphs

 Syntax

Java  Copy Code

public ArrayList<Edge> convertToStGraph (
    Vertex sink
)

 Parameters

sink

 Return Value

 See Also