1. In graph theory, one of multiple edges that can connect the same pair of vertices in a multigraph
A multigraph edge allows for more than one connection between two nodes, unlike a simple graph.
Uma aresta de multigrafo permite mais de uma conexão entre dois nós, ao contrário de um grafo simples.
2. An edge in a multigraph structure where parallel edges between identical vertices are permitted
The transportation network uses multigraph edges to represent multiple routes between the same cities.
A rede de transportes usa arestas de multigrafo para representar múltiplas rotas entre as mesmas cidades.