pseudograph
A pseudograph is a type of graph that may contain loops and multiple edges between the same pair of vertices. It is a generalization of a simple graph, which has neither loops nor parallel edges.
Formally, a pseudograph G is given by G = (V, E), where V is a set of vertices
Key properties include the degree of a vertex, which in a pseudograph counts incidences with all incident
Relationship to other graph types: a simple graph is a special case of a pseudograph with no
Applications and use: pseudographs model networks where multiple relationships can exist between the same entities and