The Capacitated Shortest Spanning Tree Problem consists of determining a shortest spanning tree in a vertex weighted graph such that the weight of every subtree linked to the root by an edge does not exceed a prescribed capacity. We propose a tabu search heuristic for this problem, as well as dynami
A Faster Algorithm for the Inverse Spanning Tree Problem
โ Scribed by Ravindra K. Ahuja; James B. Orlin
- Publisher
- Elsevier Science
- Year
- 2000
- Tongue
- English
- Weight
- 149 KB
- Volume
- 34
- Category
- Article
- ISSN
- 0196-6774
No coin nor oath required. For personal study only.
โฆ Synopsis
In this paper, we consider the inverse spanning tree problem. Given an undi-0 ลฝ 0 0 . rected graph G s N , A with n nodes, m arcs, an arc cost vector c, and a spanning tree T 0 , the inverse spanning tree problem is to perturb the arc cost vector c to a vector d so that T 0 is a minimum spanning tree with respect to the < < < < cost vector d and the cost of perturbation given by d y c s ร
minimum. We show that the dual of the inverse spanning tree problem is a ลฝ bipartite node weighted matching problem on a specially structured graph which . ลฝ .ลฝ . we call the path graph that contains m nodes and as many as m y n q 1 n y 1 ลฝ . s O nm arcs. We first transform the bipartite node weighted matching problem into a specially structured minimum cost flow problem and use its special structure ลฝ 3 . to develop an O n algorithm. We next use its special structure more effectively ลฝ 2 . ลฝ 3 . and develop an O n log n time algorithm. This improves the previous O n time ลฝ . algorithm due to Sokkalingam et al. 1999, Oper. Res. 47, 291แ298 . แฎ 2000 Academic Press 1. INTRODUCTION In this paper, we study the inverse spanning tree problem. Inverse optimization is a relatively new area of research within the operations research community. Some references on inverse optimization include the 177
๐ SIMILAR VOLUMES
The degree-constrained spanning tree problem is of high practical importance. Up to now, there are few effective algorithms to solve this problem because of its NP-hard complexity. In this paper, we present a new approach to solve this problem by using genetic algorithms and computational results to
The group Steiner tree problem is a generalization of the Steiner tree problem where we are given several subsets (groups) of vertices in a weighted graph, and the goal is to find a minimum-weight connected subgraph containing at least one vertex from each group.The problem was introduced by Reich a