An ordered pair representation is a representation of a directed graph in which edges are specified as ordered pairs or vertex indices. The ordered pairs representation of a directed graph may be computed in the Wolfram Language using List @@@ EdgeList[g], and a graph may be constructed from an ordered pair representation using Graph[DirectedEdge @@@ l].
Ordered Pairs Representation
See also
Directed Graph, Unordered Pairs RepresentationExplore with Wolfram|Alpha
References
Skiena, S. "Ordered Pairs." §3.1.3 in Implementing Discrete Mathematics: Combinatorics and Graph Theory with Mathematica. Reading, MA: Addison-Wesley, pp. 87-88, 1990.Referenced on Wolfram|Alpha
Ordered Pairs RepresentationCite this as:
Weisstein, Eric W. "Ordered Pairs Representation." From MathWorld--A Wolfram Web Resource. https://mathworld.wolfram.com/OrderedPairsRepresentation.html