Online Connected Dominating Set Leasing
Christine Markarian

TL;DR
This paper introduces the Online Connected Dominating Set Leasing problem, a new online problem combining leasing costs with dominating set requirements, and provides competitive algorithms with proven bounds.
Contribution
It formalizes the OCDSL problem, relates it to existing problems, and offers the first randomized and deterministic algorithms with competitive ratios.
Findings
Provides a randomized O(log^2 n + log |L| log n)-competitive algorithm.
Establishes an Omega(log^2 n + log |L|) lower bound on competitiveness.
Introduces a primal-dual based deterministic algorithm for a related variant.
Abstract
We introduce the \emph{Online Connected Dominating Set Leasing} problem (OCDSL) in which we are given an undirected connected graph , a set of lease types each characterized by a duration and cost, and a sequence of subsets of arriving over time. A node can be leased using lease type for cost and remains active for time . The adversary gives in each step a subset of nodes that need to be dominated by a connected subgraph consisting of nodes active at time . 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 randomized lower bound resulting from lower bounds for the \emph{Parking Permit Problem} and the \emph{Online…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsOptimization and Search Problems · Complexity and Algorithms in Graphs · Auction Theory and Applications
