Capacitated Sum of Radii 和 Diameters 的参数化逼近
数据结构与算法
2025-09-09 v2
摘要
Capacitated Sum of Radii 问题涉及将一组点 (其中每个点 都有容量 )划分为 个簇,以最小化簇半径之和,使得以点 为中心的簇中点的数量不超过 。我们首先表明该问题是 APX-hard 的,并且在 gap-ETH 下不存在参数化逼近方案(FPT-AS)。随后我们构造了一个约 的近似算法,以 FPT 时间运行(改进了之前的约 的 FPT 时间近似)。我们的结果也适用于目标是一般单调对称范数(radii)的情况。我们也改进了均匀容量情况下的近似因子,以及对于 Capacitated Sum of Diameters 的 closely related 问题。
引用
@article{arxiv.2409.04984,
title = {FPT approximations for Capacitated Sum of Radii and Diameters},
author = {Arnold Filtser and Ameet Gadekar},
journal= {arXiv preprint arXiv:2409.04984},
year = {2025}
}
备注
improved hardness of approximation factor and minor edits