Click or drag to resize
TopologicalX Methods

The TopologicalX type exposes the following members.

Methods
  NameDescription
Public methodStatic memberMainTest
Demo test the Topological data type.
Public methodOrder
Returns a topological order if the digraph has a topologial order, and null otherwise.
Public methodRank
The the rank of vertex v in the topological order; -1 if the digraph is not a DAG
Top
See Also