Optimization of the directed spanning trees using the weighted matroid intersection algorithm
The paper presents an algorithm for updating a Directed Minimum Spanning Tree using the weighted matroid intersection algorithm and a dynamic auxiliary graph.
The paper introduces a new method for updating a Directed Minimum Spanning Tree using the weighted matroid intersection algorithm and a dynamic auxiliary graph.
Keywords
Before reading this…
Applications
- →Network optimization
- →Graph algorithms
To understand this paper, make sure you know these concepts first:
- Graph theoryfind papers →
- Directed graphsfind papers →
- Matroidsfind papers →
Abstract
More Like ThisIn 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.