Table of Contents
Fetching ...

Dynamic Interval Scheduling with Random Start and End Times

Rui Gong, Alejandro Toriello

TL;DR

Dynamic interval scheduling with random start and end times studies sequential decision-making where the task set and weights are known but each task's realization $[s_i,e_i]$ is drawn from known distributions and revealed upon commitment. The authors introduce two conflict-enforcement models, DSRSE and Conservative DSRSE (CDSRSE), and develop LP relaxations and dual bounds built around probabilistic start/end information and pessimistic interval graphs $G_{ ext{pes}}$, enabling tractable performance guarantees. They establish NP-hardness in general, show that deterministic times reduce to maximum independent set on interval graphs with classic LP relaxations, and analyze the uniform-weight case to derive explicit bounds. Through computational experiments, they compare LP-based bounds to Monte Carlo realizations and demonstrate that simple, weight-based heuristics perform competitively under uncertainty, offering practical guidance for stochastic scheduling in dynamic environments.

Abstract

We study sequential interval scheduling when task start and end times are random. The set of tasks and their weights are known in advance, while each task's start and end times are drawn from known discrete distributions and revealed only upon commitment; this also eliminates tasks that conflict with the committed task, and remaining tasks are those that do not conflict. The objective is to maximize the expected weight of a conflict-free schedule. We propose two models that differ in how conflicts are enforced, develop LP relaxations and bounds for each, and present a computational study.

Dynamic Interval Scheduling with Random Start and End Times

TL;DR

Dynamic interval scheduling with random start and end times studies sequential decision-making where the task set and weights are known but each task's realization is drawn from known distributions and revealed upon commitment. The authors introduce two conflict-enforcement models, DSRSE and Conservative DSRSE (CDSRSE), and develop LP relaxations and dual bounds built around probabilistic start/end information and pessimistic interval graphs , enabling tractable performance guarantees. They establish NP-hardness in general, show that deterministic times reduce to maximum independent set on interval graphs with classic LP relaxations, and analyze the uniform-weight case to derive explicit bounds. Through computational experiments, they compare LP-based bounds to Monte Carlo realizations and demonstrate that simple, weight-based heuristics perform competitively under uncertainty, offering practical guidance for stochastic scheduling in dynamic environments.

Abstract

We study sequential interval scheduling when task start and end times are random. The set of tasks and their weights are known in advance, while each task's start and end times are drawn from known discrete distributions and revealed only upon commitment; this also eliminates tasks that conflict with the committed task, and remaining tasks are those that do not conflict. The objective is to maximize the expected weight of a conflict-free schedule. We propose two models that differ in how conflicts are enforced, develop LP relaxations and bounds for each, and present a computational study.
Paper Structure (6 sections, 3 theorems, 23 equations, 2 figures)

This paper contains 6 sections, 3 theorems, 23 equations, 2 figures.

Key Result

Proposition 2.1

DSRSE is NP-hard.

Figures (2)

  • Figure 1: DSRSE
  • Figure 2: CDSRSE

Theorems & Definitions (9)

  • Proposition 2.1
  • proof
  • Example 2.2
  • Proposition 2.3
  • proof
  • Example 3.1
  • Theorem 3.2
  • proof
  • Remark 3.3