中文
相关论文

相关论文: Scheduling Dags under Uncertainty

200 篇论文

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

The efficient parallel execution of complex computations requires balancing the workload across processors while minimizing the communication between them. This inherent trade-off is often captured by graph partitioning or DAG scheduling…

分布式、并行与集群计算 · 计算机科学 2026-05-04 Pál András Papp , Toni Böhnlein , A. N. Yzelman

We study scheduling of computation tasks across n workers in a large scale distributed learning problem with the help of a master. Computation and communication delays are assumed to be random, and redundant computations are assigned to…

分布式、并行与集群计算 · 计算机科学 2020-01-08 Mohammad Mohammadi Amiri , Deniz Gunduz

The rigid gang task model is based on the idea of executing multiple threads simultaneously on a fixed number of processors to increase efficiency and performance. Although there is extensive literature on global rigid gang scheduling,…

分布式、并行与集群计算 · 计算机科学 2024-09-04 Binqi Sun , Tomasz Kloda , Marco Caccamo

Because of the long planning periods and their long life cycle, railway infrastructure has to be outlined long ahead. At the present, the infrastructure is designed while only little about the intended operation is known. Hence, the…

计算复杂性 · 计算机科学 2023-08-02 Nadine Friesen , Tim Sander , Karl Nachtigall , Nils Nießen

We study the complexity of the Distributed Constraint Satisfaction Problem (DCSP) on a synchronous, anonymous network from a theoretical standpoint. In this setting, variables and constraints are controlled by agents which communicate with…

数据结构与算法 · 计算机科学 2021-01-25 Silvia Butti , Victor Dalmau

Network reliability measures the probability that a target node is reachable from a source node in an uncertain graph, i.e., a graph where every edge is associated with a probability of existence. In this paper, we investigate the novel and…

数据库 · 计算机科学 2020-05-26 Xiangyu Ke , Arijit Khan , Mohammad Al Hasan , Rojin Rezvansangsari

We consider the problem of assigning appearing times to the edges of a digraph in order to maximize the (average) temporal reachability between pairs of nodes. Motivated by the application to public transit networks, where edges cannot be…

离散数学 · 计算机科学 2025-01-22 Filippo Brunelli , Pierluigi Crescenzi , Laurent Viennot

This paper deals with operational models for integrated shift and task scheduling problem. Staff scheduling problem is a special case of this with staff requirements as given input to the problem. Both problems become hard to solve when the…

最优化与控制 · 数学 2022-08-17 G S R Murthy , T R Lalita

The non-preemptive job scheduling problem with release times and deadlines on a single machine is fundamental to many scheduling problems. We parameterize this problem by the set of job lengths the jobs can have. The case where all job…

计算复杂性 · 计算机科学 2017-11-01 Jan Elffers , Mathijs de Weerdt

Learning graphical structures based on Directed Acyclic Graphs (DAGs) is a challenging problem, partly owing to the large search space of possible graphs. A recent line of work formulates the structure learning problem as a continuous…

机器学习 · 计算机科学 2021-01-12 Ignavier Ng , AmirEmad Ghassami , Kun Zhang

We consider the makespan minimization coupled-tasks problem in presence of compatibility constraints with a specified topology. In particular, we focus on stretched coupled-tasks, i.e. coupled-tasks having the same sub-tasks execution time…

计算复杂性 · 计算机科学 2017-06-08 Benoit Darties , Rodolphe Giroudeau , Jean-Claude König , Gilles Simonin

In this paper we study the global scheduling of periodic task systems upon multiprocessor platforms. We first show two very general properties which are well-known for uniprocessor platforms and which remain for multiprocessor platforms:…

操作系统 · 计算机科学 2008-01-29 Liliana Cucu , Joël Goossens

Static (offline) techniques for mapping applications given by task graphs to MPSoC systems often deliver overly pessimistic and thus suboptimal results w.r.t. exploiting time slack in order to minimize the energy consumption. This holds…

数据结构与算法 · 计算机科学 2019-12-20 Bertrand Simon , Joachim Falk , Nicole Megow , Jürgen Teich

Multiprocessor task scheduling is an important and computationally difficult problem. This paper proposes a comparison study of genetic algorithm and list scheduling algorithm. Both algorithms are naturally parallelizable but have heavy…

性能 · 计算机科学 2010-02-08 S. R. Vijayalakshmi , G. Padmavathi

P-time event graphs are discrete event systems able to model cyclic production systems where tasks need to be performed within given time windows. Consistency is the property of admitting an infinite execution of such tasks that does not…

计算机科学中的逻辑 · 计算机科学 2026-02-10 Davide Zorzenon , Jörg Raisch

In the weighted flow-time problem on a single machine, we are given a set of n jobs, where each job has a processing requirement p_j, release date r_j and weight w_j. The goal is to find a preemptive schedule which minimizes the sum of…

数据结构与算法 · 计算机科学 2018-08-21 Jatin Batra , Naveen Garg , Amit Kumar

We provide new (parameterized) computational hardness results for Interval Scheduling on Unrelated Machines. It is a classical scheduling problem motivated from just-in-time or lean manufacturing, where the goal is to complete jobs exactly…

计算复杂性 · 计算机科学 2022-06-28 Danny Hermelin , Yuval Itzhaki , Hendrik Molter , Dvir Shabtay

Schedulability bounds not only serve as efficient tests to decide schedulability of real-time task systems but also reveal insights about the worst-case performance of scheduling algorithms. Different from sequential real-time task systems…

分布式、并行与集群计算 · 计算机科学 2020-11-16 Xu Jiang , Nan Guan , Maolin Yang , Yue Tang , Wang Yi

In 1969, Graham developed a well-known response time bound for a DAG task using the total workload and the longest path of the DAG, which has been widely applied to solve many scheduling and analysis problems of DAG-based task systems. This…

分布式、并行与集群计算 · 计算机科学 2022-11-21 Qingqiang He , Nan Guan , Mingsong Lv , Xu Jiang , Wanli Chang