Network arc

An arc on a network is the equivalent of an edge in a graph.

It connects two nodes in the network, representing a relationship or interaction between them.

Weight

The important distinction between an arc and a simple edge is that an arc can have a weight associated with it.

This weight is a number which represents the strength of the connection.

It could, for example, represent:

Directed vs undirected arcs

Arcs can be either directed or undirected:

flashcards

QuestionAnswer
Network arcAn arc on a network is the equivalent of an edge in a graph. It connects two nodes in the network, representing a relationship or interaction between them.
Arc weightThe weight is a number associated with an arc which represents the strength of the connection. For example, the capacity of a road, cost of sending a parcel, amount of water flow, or distance between towns.
Directed vs undirected arcsA directed arc can only be traversed in one direction, while an undirected arc can be traversed in both directions.