# Minimum Spanning Trees in Weakly Dynamic Graphs

**Authors:** Moustafa Nakechbandi (LITIS), Jean-Yves Colin (LITIS), Herv\'e Mathieu, (GIN)

arXiv: 1904.05066 · 2019-04-11

## TL;DR

This paper presents a polynomial-time algorithm for precomputing multiple minimum spanning trees in weakly dynamic graphs, enabling instant updates in logistic networks with fluctuating edge weights.

## Contribution

It introduces a novel precomputation approach for MSTs in weakly dynamic graphs, allowing immediate adaptation to weight changes without recomputation.

## Key findings

- Precomputed MSTs cover all possible non-stable edge configurations.
- The method enables instant MST updates after weight changes.
- Critical values for non-stable weights are efficiently computed.

## Abstract

In this paper, we study weakly dynamic undirected graphs, that can be used to represent some logistic networks. The goal is to deliver all the delivery points in the network. The network exists in a mostly stable environment, except for a few edges known to be non-stable. The weight of each of these non-stable edges may change at any time (bascule or lift bridge, elevator, traffic congestion...). All other edges have stable weights that never change. This problem can be now considered as a Minimum Spanning Tree (MST) problem on a dynamic graph. We propose an efficient polynomial algorithm that computes in advance alternative MSTs for all possible configurations. No additional computation is then needed after any change in the problem because the MSTs are already known in all cases. We use these results to compute critical values for the non-stable weights and to pre-compute best paths. When the non-stable weights change, the appropriate MST may then directly and immediately be used without any recomputation.

---
Source: https://tomesphere.com/paper/1904.05066