Optimization of the directed spanning trees using the weighted matroid intersection algorithm
Data Structures and Algorithms
2026-07-28 v1 Combinatorics
Abstract
In this paper, we consider the problem of updating the directed minimum spanning tree (DMST), when the given sample tree is subject to the weight changes, edge deletions and edge insertions. We present an implementation for updating the tree to a DMST using the weighted matroid intersection algorithm. Our algorithm focuses on maintaining a dynamic auxiliary graph, which plays a central role in the matroid intersection algorithm, and governs the iterations from the given tree to a DMST. Each iteration is guaranteed to yield an improved solution. We also provide an implementation of this algorithm and some experimental analysis.
Cite
@article{arxiv.2607.25238,
title = {Optimization of the directed spanning trees using the weighted matroid intersection algorithm},
author = {Binhong Jiang and Gehao Wang},
journal= {arXiv preprint arXiv:2607.25238},
year = {2026}
}
Comments
22 pages