Algorithms for the Euclidean Bipartite Edge Cover Problem
Abstract
Given a graph with costs on its edges, the minimum-cost edge cover problem consists of finding a subset of covering all vertices in at minimum cost. If is bipartite, this problem can be solved in time via a well-known reduction to a maximum-cost matching problem on . If in addition is a set of points on the Euclidean line, Collanino et al. showed that the problem can be solved in time and asked whether it can be solved in time if is a set of points on the Euclidean plane. We answer this in the affirmative, giving an algorithm based on the Hungarian method using weighted Voronoi diagrams. We also propose some 2-approximation algorithms and give experimental results of our implementations.
Cite
@article{arxiv.2207.09063,
title = {Algorithms for the Euclidean Bipartite Edge Cover Problem},
author = {Rodrigo A. Castro and José M. Díaz-Báñez and Marco A. Heredia and Jorge Urrutia and Inmaculada Ventura and Francisco J. Zaragoza},
journal= {arXiv preprint arXiv:2207.09063},
year = {2022}
}
Comments
Shortly after the submission to arXiv, we found that the main result was surpassed by recent results from other authors