English

Online Connected Dominating Set Leasing

Data Structures and Algorithms 2018-05-09 v1

Abstract

We introduce the \emph{Online Connected Dominating Set Leasing} problem (OCDSL) in which we are given an undirected connected graph G=(V,E)G = (V, E), a set L\mathcal{L} of lease types each characterized by a duration and cost, and a sequence of subsets of VV arriving over time. A node can be leased using lease type ll for cost clc_l and remains active for time dld_l. The adversary gives in each step tt a subset of nodes that need to be dominated by a connected subgraph consisting of nodes active at time tt. The goal is to minimize the total leasing costs. OCDSL contains the \emph{Parking Permit Problem}~\cite{PPP} as a special subcase and generalizes the classical offline \emph{Connected Dominating Set} problem~\cite{Guha1998}. It has an Ω(log2n+logL)\Omega(\log ^2 n + \log |\mathcal{L}|) randomized lower bound resulting from lower bounds for the \emph{Parking Permit Problem} and the \emph{Online Set Cover} problem~\cite{Alon:2003:OSC:780542.780558,Korman}, where L|\mathcal{L}| is the number of available lease types and nn is the number of nodes in the input graph. We give a randomized O(log2n+logLlogn)\mathcal{O}(\log ^2 n + \log |\mathcal{L}| \log n)-competitive algorithm for OCDSL. We also give a deterministic algorithm for a variant of OCDSL in which the dominating subgraph need not be connected, the \emph{Online Dominating Set Leasing} problem. The latter is based on a simple primal-dual approach and has an O(LΔ)\mathcal{O}(|\mathcal{L}| \cdot \Delta)-competitive ratio, where Δ\Delta is the maximum degree of the input graph.

Keywords

Cite

@article{arxiv.1805.02994,
  title  = {Online Connected Dominating Set Leasing},
  author = {Christine Markarian},
  journal= {arXiv preprint arXiv:1805.02994},
  year   = {2018}
}
R2 v1 2026-06-23T01:48:21.259Z