中文
相关论文

相关论文: Improved Competitive Analysis of Online Scheduling…

200 篇论文

The bounded delay buffer management problem, which was proposed by Kesselman et~al.\ (STOC 2001 and SIAM Journal on Computing 33(3), 2004), is an online problem focusing on buffer management of a switch supporting Quality of Service (QoS).…

数据结构与算法 · 计算机科学 2018-07-03 Koji M. Kobayashi

This paper studies a scheduling problem in a parallel machine setting, where each machine must adhere to a predetermined fixed order for processing the jobs. Given $n$ jobs, each with processing times and deadlines, we aim to minimize the…

数据结构与算法 · 计算机科学 2025-05-16 Andre Berger , Arman Rouhani , Marc Schröder

We consider non-clairvoyant scheduling with online precedence constraints, where an algorithm is oblivious to any job dependencies and learns about a job only if all of its predecessors have been completed. Given strong impossibility…

数据结构与算法 · 计算机科学 2023-01-31 Alexandra Lassota , Alexander Lindermayr , Nicole Megow , Jens Schlöter

Design and analysis of constant competitive deterministic semi-online algorithms for the multi-processor scheduling problem with small number of identical machines have gained significant research interest in the last two decades. In the…

数据结构与算法 · 计算机科学 2021-06-10 Debasis Dwibedy , Rakesh Mohanty

In online scheduling, jobs are available one by one and each job must be scheduled irrevocably before the availability of the next job. Semi-online scheduling is a relaxed variant of online scheduling, where an additional memory in terms of…

数据结构与算法 · 计算机科学 2020-05-19 Debasis Dwibedy , Rakesh Mohanty

We consider the problem of online preemptive scheduling on a single machine to minimize the total flow time. In clairvoyant scheduling, where job processing times are revealed upon arrival, the Shortest Remaining Processing Time (SRPT)…

数据结构与算法 · 计算机科学 2026-02-16 Alexander Lindermayr , Guido Schäfer , Jens Schlöter , Leen Stougie

In this paper, we introduce a new online scheduling framework for minimizing total weighted completion time in a general setting. The framework is inspired by the work of Hall et al. [Mathematics of Operations Research, Vol 22(3):513-544,…

数据结构与算法 · 计算机科学 2017-04-25 Samir Khuller , Jingling Li , Pascal Sturmfels , Kevin Sun , Prayaag Venkat

Competitive analysis of online algorithms has commonly been applied to understand the behaviour of real-time systems during overload conditions. While competitive analysis provides insight into the behaviour of certain algorithms, it is…

性能 · 计算机科学 2018-06-06 Sathish Gopalakrishnan

The modern network aims to prioritize critical traffic over non-critical traffic and effectively manage traffic flow. This necessitates proper buffer management to prevent the loss of crucial traffic while minimizing the impact on…

数据结构与算法 · 计算机科学 2024-02-26 Ya-Chun Liang , Clifford Stein , Hao-Ting Wei

We study the online load balancing problem on unrelated machines, with the objective of minimizing the square of the $\ell_2$ norm of the loads on the machines. The greedy algorithm of Awerbuch et al. (STOC'95) is optimal for deterministic…

数据结构与算法 · 计算机科学 2025-11-06 Sander Borst , Danish Kashaev

This paper considers using predictions in the context of the online Joint Replenishment Problem with Deadlines (JRP-D). Prior work includes asymptotically optimal competitive ratios of $O(1)$ for the clairvoyant setting and $O(\sqrt{n})$ of…

数据结构与算法 · 计算机科学 2025-11-21 Michael Dinitz , Jeremy T. Fineman , Seeun William Umboh

This paper considers a combination of the joint replenishment problem with single machine scheduling. There is a single resource, which is required by all the jobs, and a job can be started at time point $t$ on the machine if and only the…

数据结构与算法 · 计算机科学 2024-05-03 Péter Györgyi , Tamás Kis , Tímea Tamási

The interval scheduling problem is one variant of the scheduling problem. In this paper, we propose a novel variant of the interval scheduling problem, whose definition is as follows: given jobs are specified by their {\em release times},…

数据结构与算法 · 计算机科学 2018-05-16 Koji M. Kobayashi

In 2005 Li et al. gave a phi-competitive deterministic online algorithm for scheduling of packets with agreeable deadlines with a very interesting analysis. This is known to be optimal due to a lower bound by Hajek. We claim that the…

数据结构与算法 · 计算机科学 2010-02-03 Łukasz Jeż

We study the problem of preemptively scheduling jobs online over time on a single machine to minimize the total flow time. In the traditional clairvoyant scheduling model, the scheduler learns about the processing time of a job at its…

数据结构与算法 · 计算机科学 2026-02-26 Alexander Lindermayr , Jens Schlöter

Motivated by the Quality-of-Service (QoS) buffer management problem, we consider online scheduling of packets with hard deadlines in a finite capacity queue. At any time, a queue can store at most $b \in \mathbb Z^+$ packets. Packets arrive…

数据结构与算法 · 计算机科学 2009-02-09 Fei Li

We study the \emph{bounded-delay model} for Qualify-of-Service buffer management. Time is discrete. There is a buffer. Unit-length jobs (also called \emph{packets}) arrive at the buffer over time. Each packet has an integer release time, an…

数据结构与算法 · 计算机科学 2011-08-02 Fei Li

This paper introduces the \emph{serial-parallel decision problem}. Consider an online scheduler that receives a series of tasks, where each task has both a parallel and a serial implementation. The parallel implementation has the advantage…

数据结构与算法 · 计算机科学 2024-05-21 William Kuszmaul , Alek Westover

We consider the first, and most well studied, speed scaling problem in the algorithmic literature: where the scheduling quality of service measure is a deadline feasibility constraint, and where the power objective is to minimize the total…

数据结构与算法 · 计算机科学 2013-07-03 Ahmed Abousamra , David P. Bunde , Kirk Pruhs

We contribute the first randomized algorithm that is an integration of arbitrarily many deterministic algorithms for the fully online multiprocessor scheduling with testing problem. When there are two machines, we show that with two…

数据结构与算法 · 计算机科学 2023-06-29 Mingyang Gong , Zhi-Zhong Chen , Guohui Lin , Lusheng Wang