pseudographs
A pseudograph is a generalized graph in graph theory that may contain loops and multiple edges between the same pair of vertices. This distinguishes it from a simple graph, which has neither loops nor parallel edges. Some authors distinguish between pseudographs and multigraphs, while others use the terms interchangeably; in practice, a pseudograph explicitly allows both loops and parallel edges.
Formally, a pseudograph G is a pair (V, E) where V is a set of vertices and
Key properties include the degree concept. The degree of a vertex v, denoted deg(v), counts the number
Representations of pseudographs include the adjacency matrix and adjacency lists. In an adjacency matrix A, the
Applications of pseudographs arise in networks with multiple connections or self-connections, such as transportation systems with