(data structure)
Definition: A graph whose edges are unordered pairs of vertices, and the same pair of vertices can be connected by multiple edges.
Formal Definition: Same as graph, but E is a bag of edges, not a set.
Generalization (I am a kind of ...)
graph.
Aggregate parent (I am a part of or used in ...)
Christofides algorithm.
See also hypergraph.
Note: A definition of "pseudograph" is a multigraph that may have self-loops.
Author: PEB
If you have suggestions, corrections, or comments, please get in touch with Paul Black.
Entry modified 2 February 2006.
HTML page formatted Mon Feb 2 13:10:40 2015.
Cite this as:
Paul E. Black, "multigraph", in
Dictionary of Algorithms and Data Structures [online], Vreda Pieterse and Paul E. Black, eds. 2 February 2006. (accessed TODAY)
Available from: http://www.nist.gov/dads/HTML/multigraph.html