Routingberegninger
Routingberegninger refer to the computation of optimal or near-optimal routes through a network. In transport and logistics, it involves determining sequences of edges that connect a source to a destination while minimizing a criterion such as distance, travel time, fuel consumption, or cost. In computer networking, routing calculations determine how data packets are forwarded across a network to minimize delay and maximize reliability.
Networks are modeled as graphs with nodes (vertices) and edges (links). Edges carry weights that can represent
Classical algorithms include Dijkstra's algorithm for non-negative weights, Bellman-Ford for graphs with negative weights, and Floyd-Warshall
Dynamic or real-time routing combines live data on traffic, incidents, or weather with the static network to
Applications include car navigation, logistics and fleet management, ride-hailing, emergency response, and urban planning. Key challenges