Weglänge
Weglänge, literally meaning "path length" in German, is a standard concept in mathematics and related disciplines describing the length of a path. In graph theory, the Weglänge of a path is the sum of the weights on the edges it traverses. If all edges are unweighted, the Weglänge equals the number of edges, also known as the hop count.
For a continuous curve gamma: [a,b] → R^n, the Weglänge is defined as L = ∫_a^b ||gamma'(t)|| dt,
Distances and shortest paths: the Weglänge between two vertices in a weighted graph induces a distance measure,
Variants and properties: in directed graphs, path length depends on edge directions, and negative weights require
Applications include network routing, transportation planning, geographic information systems, and robotics, where Weglänge informs routing decisions,