Description: Define the class of all undirected multigraphs. An (undirected)
multigraph consists of a set v (of "vertices") and a function e
(representing indexed "edges") into subsets of v of cardinality two,
representing the two vertices incident to the edge. In contrast to a
pseudograph, a multigraph has no loop. This is according to Chartrand,
Gary and Zhang, Ping (2012): "A First Course in Graph Theory.", Dover,
ISBN 978-0-486-48368-9, section 1.4, p. 26: "A multigraph M consists of
a finite nonempty set V of vertices and a set E of edges, where every
two vertices of M are joined by a finite number of edges (possibly
zero). If two or more edges join the same pair of (distinct) vertices,
then these edges are called parallel edges." To provide uniform
definitions for all kinds of graphs, x e. ( ~P v \ { (/) } ) is used
as restriction of the class abstraction, although x e. ~P v would be
sufficient (see prprrab and isumgrs ). (Contributed by AV, 24-Nov-2020)