Solving the Quadratic Minimum Spanning Tree Problem

作者:

Highlights:

摘要

Given an undirected graph with costs associated to its edges and pairs of edges, the Quadratic Minimum Spanning Tree Problem (QMSTP) requires to determine a spanning tree of minimum total cost. This is a proper model for network problems in which both routing and interference costs need to be considered. It is -hard in the strong sense and not approximable unless . This paper describes a Tabu Search algorithm, with two independent and adaptively tuned tabu lists, and a Variable Neighbourhood Search algorithm. Both metaheuristics are based on the same neighbourhood, but the Tabu Search proves more effective and robust than the Variable Neighbourhood Search. To assess the quality of these results, we provide a comparison with the heuristic algorithms proposed in the recent literature and we reimplement, with minor improvements, an exact algorithm drawn from the literature, which confirms the optimality of the results obtained on small instances.

论文关键词:Quadratic Minimum Spanning Tree Problem,Binary quadratic programming,Tabu Search,Variable Neighbourhood Search,Branch-and-bound

论文评审过程:Available online 16 June 2012.

论文官网地址:https://doi.org/10.1016/j.amc.2012.05.043