The edge set is the set of edges of the graph. For example, if an undirected graph has vertices 1,2,3 with edges drawn between 1 and 2, and 1 and 3, the set of edges is {{1,2}, {1,3}}. So an edge for an undirected graph is a set consisting of one or two vertices. Simple graphs are those whose edges contain two vertices.