parents (G,v)
The parents of v are the all the vertices u such that u,v is in the directed edge set of the MixedGraph G. So the parents of a vertex v are exactly those vertices of the largest digraph component of a mixed graph that point to v.
|
|
|
|
The source of this document is in StatGraphs.m2:1132:0.