中文
相关论文

相关论文: Towards the k-server conjecture: A unifying potent…

200 篇论文

We consider the Work Function Algorithm for the k-server problem. We show that if the Work Function Algorithm is c-competitive, then it is also strictly (2c)-competitive. As a consequence of [Koutsoupias and Papadimitriou, JACM 1995] this…

数据结构与算法 · 计算机科学 2009-02-10 Yuval Emek , Pierre Fraigniaud , Amos Korman , Adi Rosen

The k-SERVER problem is one of the most prominent problems in online algorithms with several variants and extensions. However, simplifying assumptions like instantaneous server movements and zero service time has hitherto limited its…

人工智能 · 计算机科学 2023-12-19 Daman Deep Singh , Amit Kumar , Abhijnan Chakraborty

Although largely unnoticed by the online algorithms community, T-theory, a field of discrete mathematics, has contributed to the development of several online algorithms for the k-server problem. A brief summary of the k-server problem, and…

数据结构与算法 · 计算机科学 2007-05-23 Lawrence L. Larmore , James A. Oravec

We consider the online $k$-taxi problem, a generalization of the $k$-server problem, in which $k$ servers are located in a metric space. A sequence of requests is revealed one by one, where each request is a pair of two points, representing…

数据结构与算法 · 计算机科学 2020-12-07 Niv Buchbinder , Christian Coester , Joseph , Naor

The generalized $k$-server problem is an extension of the weighted $k$-server problem, which in turn extends the classic $k$-server problem. In the generalized $k$-server problem, each of $k$ servers $s_1, \dots, s_k$ remains in its own…

数据结构与算法 · 计算机科学 2019-09-18 Marcin Bienkowski , Łukasz Jeż , Paweł Schmidt

The weighted $k$-server problem is a natural generalization of the $k$-server problem in which the cost incurred in moving a server is the distance traveled times the weight of the server. Even after almost three decades since the seminal…

数据结构与算法 · 计算机科学 2021-07-15 Nikhil Ayyadevara , Ashish Chiplunkar

In this paper, we study the weighted $k$-server problem on the uniform metric in both the offline and online settings. We start with the offline setting. In contrast to the (unweighted) $k$-server problem which has a polynomial-time…

数据结构与算法 · 计算机科学 2023-07-25 Anupam Gupta , Amit Kumar , Debmalya Panigrahi

We give the first polylogarithmic-competitive randomized online algorithm for the $k$-server problem on an arbitrary finite metric space. In particular, our algorithm achieves a competitive ratio of O(log^3 n log^2 k log log n) for any…

数据结构与算法 · 计算机科学 2011-10-10 Nikhil Bansal , Niv Buchbinder , Aleksander Madry , Joseph , Naor

Multi-server jobs are imperative in modern computing clusters. A multi-server job has multiple task components and each of the task components is responsible for processing a specific size of workloads. Efficient online workload dispatching…

分布式、并行与集群计算 · 计算机科学 2022-06-14 Hailiang Zhao , Shuiguang Deng , Jianwei Yin , Schahram Dustdar , Albert Y. Zomaya

We study deterministic online algorithms for the problem of chasing sets of cardinality at most $k$ in a metric space, also known as metrical service systems and equivalent to width-$k$ layered graph traversal. We resolve the 30-year-old…

数据结构与算法 · 计算机科学 2026-05-12 Christian Coester , Alexa Tudose

In the online metric bipartite matching problem, we are given a set $S$ of server locations in a metric space. Requests arrive one at a time, and on its arrival, we need to immediately and irrevocably match it to a server at a cost which is…

计算几何 · 计算机科学 2018-03-21 Sharath Raghvendra

The problem of scheduling jobs and choosing their respective speeds with multiple servers under a sum power constraint to minimize the flow time + energy is considered. This problem is a generalization of the flow time minimization problem…

数据结构与算法 · 计算机科学 2021-08-19 Rahul Vaze , Jayakrishnan Nair

With multiple identical unit speed servers, the online problem of scheduling jobs that migrate between two phases, limitedly parallelizable or completely sequential, and choosing their respective speeds to minimize the total flow time is…

数据结构与算法 · 计算机科学 2022-05-03 Rahul Vaze

We study the problem of metrical service systems with multiple servers (MSSMS), which generalizes two well-known problems -- the $k$-server problem, and metrical service systems. The MSSMS problem is to service requests, each of which is an…

数据结构与算法 · 计算机科学 2014-05-22 Ashish Chiplunkar , Sundar Vishwanathan

We consider the online $k$-taxi problem, a generalization of the $k$-server problem, in which $k$ taxis serve a sequence of requests in a metric space. A request consists of two points $s$ and $t$, representing a passenger that wants to be…

数据结构与算法 · 计算机科学 2018-11-07 Christian Coester , Elias Koutsoupias

In this paper, we study a stochastic variant of the celebrated k-server problem. In the k-server problem, we are required to minimize the total movement of k servers that are serving an online sequence of t requests in a metric. In the…

数据结构与算法 · 计算机科学 2017-06-01 Sina Dehghani , Soheil Ehsani , MohammadTaghi HajiAghayi , Vahid Liaghat , Saeed Seddighin

We introduce the problem of $k$-chasing of convex functions, a simultaneous generalization of both the famous k-server problem in $R^d$, and of the problem of chasing convex bodies and functions. Aside from fundamental interest in this…

数据结构与算法 · 计算机科学 2020-04-17 Sébastien Bubeck , Yuval Rabani , Mark Sellke

We study the randomized k-server problem on metric spaces consisting of widely separated subspaces. We give a method which extends existing algorithms to larger spaces with the growth rate of the competitive quotients being at most O(log…

数据结构与算法 · 计算机科学 2007-08-20 Judit Nagy-György

In this paper, we introduce the online service with delay problem. In this problem, there are $n$ points in a metric space that issue service requests over time, and a server that serves these requests. The goal is to minimize the sum of…

数据结构与算法 · 计算机科学 2017-08-21 Yossi Azar , Arun Ganesh , Rong Ge , Debmalya Panigrahi

The online $k$-taxi problem, introduced in 1990 by Fiat, Rabani and Ravid, is a generalization of the $k$-server problem where $k$ taxis must serve a sequence of requests in a metric space. Each request is a pair of two points, representing…

数据结构与算法 · 计算机科学 2025-10-31 Christian Coester , Tze-Yang Poon