中文
相关论文

相关论文: Valued Workflow Satisfiability Problem

200 篇论文

We consider the design of wireless queueing network control policies with particular focus on combining stability with additional application-dependent requirements. Thereby, we consequently pursue a cost function based approach that…

信息论 · 计算机科学 2017-07-19 Martin Kasparick , Gerhard Wunder

We consider a large family of problems in which an ordering (or, more precisely, a chain of subsets) of a finite set must be chosen to minimize some weighted sum of costs. This family includes variations of Min Sum Set Cover (MSSC), several…

数据结构与算法 · 计算机科学 2021-06-28 Felix Happach , Lisa Hellerstein , Thomas Lidbetter

We motivate and propose a new way of thinking about failure detectors which allows us to define, quite surprisingly, what it means to solve a distributed task \emph{wait-free} \emph{using a failure detector}. In our model, the system is…

分布式、并行与集群计算 · 计算机科学 2012-05-15 Carole Delporte-Gallet , Hugues Fauconnier , Eli Gafni , Petr Kuznetsov

We consider a distributed computing network consisting of a master and multiple workers processing tasks of different types. The master is running multiple applications. Each application stochastically generates real-time jobs with a strict…

分布式、并行与集群计算 · 计算机科学 2020-01-31 Yu-Pin Hsu , Yu-Chih Huang , Shin-Lin Shieh

Assigning tasks to service providers is a frequent procedure across various applications. Often the tasks arrive dynamically while the service providers remain static. Preventing task rejection caused by service provider overload is of…

分布式、并行与集群计算 · 计算机科学 2024-07-02 Yohai Trabelsi , Pan Xu , Sarit Kraus

Classical list scheduling is a very popular and efficient technique for scheduling jobs in parallel and distributed platforms. It is inherently centralized. However, with the increasing number of processors, the cost for managing a single…

分布式、并行与集群计算 · 计算机科学 2011-07-20 Marc Tchiboukdjian , Nicolas Gast , Denis Trystram

The Stochastic Sequential Threshold Assignment Problem (SSTAP) addresses the optimal assignment of arriving tasks (jobs) to available resources (workers) to maximize a reward function which consists of indicator functions that incorporate…

最优化与控制 · 数学 2018-05-07 Aristomenis Tsopelakos

We introduce a parallel machine scheduling problem in which the processing times of jobs are not given in advance but are determined by a system of linear constraints. The objective is to minimize the makespan, i.e., the maximum job…

数据结构与算法 · 计算机科学 2015-10-30 Kameng Nip , Zhenbo Wang , Zizhuo Wang

We consider the problem of selecting the best variable-value strategy for solving a given problem in constraint programming. We show that the recent Embarrassingly Parallel Search method (EPS) can be used for this purpose. EPS proposes to…

人工智能 · 计算机科学 2016-04-25 Anthony Palmieri , Jean-Charles Régin , Pierre Schaus

Workflow mining discovers hierarchical process trees from event logs, but it remains unclear why such models satisfy or violate logical properties, or how individual elements contribute to overall behavior. We propose to translate mined…

软件工程 · 计算机科学 2025-12-11 Radoslaw Klimek , Jakub Blazowski

A valued constraint satisfaction problem (VCSP) instance $(V,\Pi,w)$ is a set of variables $V$ with a set of constraints $\Pi$ weighted by $w$. Given a VCSP instance, we are interested in a re-weighted sub-instance $(V,\Pi'\subset \Pi,w')$…

数据结构与算法 · 计算机科学 2015-09-08 Arnold Filtser , Robert Krauthgamer

For job scheduling systems, where jobs require some amount of processing and then leave the system, it is natural for each user to provide an estimate of their job's time requirement in order to aid the scheduler. However, if there is no…

计算机科学与博弈论 · 计算机科学 2022-02-14 Isaac Grosof , Michael Mitzenmacher

The safety of our day-to-day life depends crucially on the correct functioning of embedded software systems which control the functioning of more and more technical devices. Many of these software systems are time-critical. Hence,…

编程语言 · 计算机科学 2009-03-13 Adrian Prantl , Jens Knoop , Markus Schordan , Markus Triska

We study the sample complexity of learning an $\epsilon$-optimal policy in the Stochastic Shortest Path (SSP) problem. We first derive sample complexity bounds when the learner has access to a generative model. We show that there exists a…

机器学习 · 计算机科学 2022-10-12 Liyu Chen , Andrea Tirinzoni , Matteo Pirotta , Alessandro Lazaric

We consider the following shared-resource scheduling problem: Given a set of jobs $J$, for each $j\in J$ we must schedule a job-specific processing volume of $v_j>0$. A total resource of $1$ is available at any time. Jobs have a resource…

数据结构与算法 · 计算机科学 2023-10-11 Christoph Damerius , Peter Kling , Florian Schneider

To date, most work regarding the formal analysis of access control schemes has focused on quantifying and comparing the expressive power of a set of schemes. Although expressive power is important, it is a property that exists in an…

密码学与安全 · 计算机科学 2013-02-06 William C. Garrison , Adam J. Lee , Timothy L. Hinrichs

Analyzing big data in a highly dynamic environment becomes more and more critical because of the increasingly need for end-to-end processing of this data. Modern data flows are quite complex and there are not efficient, cost-based,…

数据库 · 计算机科学 2015-07-31 Georgia Kougka , Anastasios Gounaris

We study the shared processor scheduling problem with a single shared processor where a unit time saving (weight) obtained by processing a job on the shared processor depends on the job. A polynomial-time optimization algorithm has been…

离散数学 · 计算机科学 2021-01-19 Dariusz Dereniowski , Wieslaw Kubiak

A prominent problem in scheduling theory is the weighted flow time problem on one machine. We are given a machine and a set of jobs, each of them characterized by a processing time, a release time, and a weight. The goal is to find a…

数据结构与算法 · 计算机科学 2023-08-14 Alexander Armbruster , Lars Rohwedder , Andreas Wiese

We consider the online problem of minimizing weighted flow-time on unrelated machines. Although much is known about this problem in the resource-augmentation setting, these results assume that jobs can be preempted. We give the first…

数据结构与算法 · 计算机科学 2018-05-25 Anupam Gupta , Amit Kumar , Jason Li