Definition
A multigraph is a Graph where there are multiple edges between the same pair of vertices.
graph LR a((a)) o------o v2((b)); a((a)) o--o v2((b));
A multigraph is a Graph where there are multiple edges between the same pair of vertices.
graph LR a((a)) o------o v2((b)); a((a)) o--o v2((b));