中文
相关论文

相关论文: Constant factor Approximation Algorithms for Unifo…

200 篇论文

The Metric $k$-median problem over a metric space $(\mathcal{X}, d)$ is defined as follows: given a set $L \subseteq \mathcal{X}$ of facility locations and a set $C \subseteq \mathcal{X}$ of clients, open a set $F \subseteq L$ of $k$…

数据结构与算法 · 计算机科学 2020-07-24 Dishant Goyal , Ragesh Jaiswal , Amit Kumar

$ $In many optimization problems, a feasible solution induces a multi-dimensional cost vector. For example, in load-balancing a schedule induces a load vector across the machines. In $k$-clustering, opening $k$ facilities induces an…

数据结构与算法 · 计算机科学 2018-11-14 Deeparnab Chakrabarty , Chaitanya Swamy

In this paper, we study the fault-tolerant matroid median and fault-tolerant knapsack median problems. These two problems generalize many fundamental clustering and facility location problems, such as uniform fault-tolerant $k$-median,…

数据结构与算法 · 计算机科学 2022-05-11 Shichuan Deng

Location Routing is a fundamental planning problem in logistics, in which strategic location decisions on the placement of facilities (depots, distribution centers, warehouses etc.) are taken based on accurate estimates of operational…

离散数学 · 计算机科学 2021-08-06 Felipe Carrasco Heine , Antonia Demleitner , Jannik Matuschke

Capacitated fair-range $k$-clustering generalizes classical $k$-clustering by incorporating both capacity constraints and demographic fairness. In this setting, each facility has a capacity limit and may belong to one or more demographic…

数据结构与算法 · 计算机科学 2025-05-23 Ameet Gadekar , Suhas Thejaswi

We consider the Fault-Tolerant Facility Placement problem ($FTFP$), which is a generalization of the classical Uncapacitated Facility Location problem ($UFL$). In the $FTFP$ problem we have a set of clients $C$ and a set of facilities $F$.…

数据结构与算法 · 计算机科学 2014-02-12 Bartosz Rybicki , Jaroslaw Byrka

We present a randomized distributed approximation algorithm for the metric uncapacitated facility location problem. The algorithm is executed on a bipartite graph in the Congest model yielding a (1.861 + epsilon) approximation factor, where…

分布式、并行与集群计算 · 计算机科学 2011-05-09 Patrick Briest , Bastian Degener , Barbara Kempkes , Peter Kling , Peter Pietrzyk

We consider the {\em matroid median} problem \cite{KrishnaswamyKNSS11}, wherein we are given a set of facilities with opening costs and a matroid on the facility-set, and clients with demands and connection costs, and we seek to open an…

数据结构与算法 · 计算机科学 2016-09-30 Chaitanya Swamy

Following recent advances in combining approximation algorithms with fixed-parameter tractability (FPT), we study FPT-time approximation algorithms for minimum-norm $k$-clustering problems, parameterized by the number $k$ of open…

数据结构与算法 · 计算机科学 2026-05-07 Han Dai , Shi Li , Sijin Peng

The k-median problem is a well-known strongly NP-hard combinatorial optimization problem of both theoretical and practical significance. The previous best approximation ratio for this problem is 2.611+\epsilon (Bryka et al. 2014) based on…

数据结构与算法 · 计算机科学 2015-09-23 Chenchen Wu , Dachuan Xu , Donglei Du , Yishui Wang

We study the Ordered k-Median problem, in which the solution is evaluated by first sorting the client connection costs and then multiplying them with a predefined non-increasing weight vector (higher connection costs are taken with larger…

数据结构与算法 · 计算机科学 2018-03-01 Jarosław Byrka , Krzysztof Sornat , Joachim Spoerhase

We consider the {\em lower-bounded facility location} (\lbfl) problem (also sometimes called {\em load-balanced facility location}), which is a generalization of {\em uncapacitated facility location} (\ufl), where each open facility is…

数据结构与算法 · 计算机科学 2012-08-31 Sara Ahmadian , Chaitanya Swamy

We consider the capacitated clustering problem in general metric spaces where the goal is to identify $k$ clusters and minimize the sum of the radii of the clusters (we call this the Capacitated-$k$-sumRadii problem). We are interested in…

数据结构与算法 · 计算机科学 2024-01-15 Ragesh Jaiswal , Amit Kumar , Jatin Yadav

There is a large discrepancy in our understanding of uncapacitated and capacitated versions of network location problems. This is perhaps best illustrated by the classical k-center problem: there is a simple tight 2-approximation algorithm…

数据结构与算法 · 计算机科学 2013-04-11 Hyung-Chan An , Aditya Bhaskara , Ola Svensson

In the $k$-median problem, given a set of locations, the goal is to select a subset of at most $k$ centers so as to minimize the total cost of connecting each location to its nearest center. We study the uniform hard capacitated version of…

数据结构与算法 · 计算机科学 2014-06-18 Shanfei Li

In this paper, we study locating charging station problem as facility location problem and its variants ($k$-Median, $k$-Facility location and $k$-center). We study the connectivity and the capacity constraints in these problem. Capacity…

数据结构与算法 · 计算机科学 2022-02-15 Rajni Dabas , Neelima Gupta

Clustering problems such as $k$-Median, and $k$-Means, are motivated from applications such as location planning, unsupervised learning among others. In such applications, it is important to find the clustering of points that is not…

数据结构与算法 · 计算机科学 2023-05-03 Rajni Dabas , Neelima Gupta , Tanmay Inamdar

The state of the art in approximation algorithms for facility location problems are complicated combinations of various techniques. In particular, the currently best 1.488-approximation algorithm for the uncapacitated facility location…

数据结构与算法 · 计算机科学 2016-11-25 Jaroslaw Byrka , Shanfei Li , Bartosz Rybicki

In the k-center problem, given a metric space V and a positive integer k, one wants to select k elements (centers) of V and an assignment from V to centers, minimizing the maximum distance between an element of V and its assigned center.…

数据结构与算法 · 计算机科学 2016-08-08 Cristina G. Fernandes , Samuel P. de Paula , Lehilton L. C. Pedrosa

We study the complexity of the classic capacitated k-median and k-means problems parameterized by the number of centers, k. These problems are notoriously difficult since the best known approximation bound for high dimensional Euclidean…

数据结构与算法 · 计算机科学 2022-08-31 Vincent Cohen-Addad , Jason Li