The edge set of a graph is simply a set of all edges of the graph. The cardinality of the edge set for a given graph is known as the edge count of .
The edge set for a particular graph embedding of a graph is given in the Wolfram Language by EdgeList[g]. The edge pairs for many named graphs can be given by the command GraphData[graph, "EdgeIndices"].