Hello everyone, I know this question is more of a discussion than an actual question but I believe some results could come up by listening to other people's opinions.
I was wondering if there's any point in visualizing multigraphs. I mean is there a practical application in which you'd actually want a multigraph visualized and in extend analyzed by making queries on the structure of it? What is yout opinion?
In case you are not familiar with the term but feel like giving me your thoughts, here's the formal definition:
In mathematics, a multigraph or pseudograph is a graph which is permitted to have multiple edges, (also called "parallel edges"), that is, edges that have the same end nodes. Thus two vertices may be connected by more than one edge. Formally, a multigraph G is an ordered pair G:=(V, E) with:
- V a set of vertices or nodes,
- E a multiset of unordered pairs of vertices, called edges or lines.