multigraphen
Multigraphen, commonly known as multigraph, is a graph-theoretic structure that generalizes a graph by allowing multiple edges between the same pair of vertices. In the undirected form, a multigraph consists of a set V of vertices and a multiset E of edges, where each edge connects two vertices. In the directed form, edges are ordered pairs and multiple edges from one vertex to another are permitted. Some conventions also allow loops, edges that start and end at the same vertex; in many texts such objects are called pseudographs.
Formally, an undirected multigraph is G = (V, E) with V finite and E a multiset of unordered
Some properties depend on conventions about loops. If loops are allowed, a loop at vertex v contributes
Applications include modeling networks with multiple connections, such as transportation or communication networks where several parallel