Improved Bounds for Online Dominating Sets of Trees

10/31/2017
by   Koji M. Kobayashi, et al.
0

The online dominating set problem is an online variant of the minimum dominating set problem, which is one of the most important NP-hard problems on graphs. This problem is defined as follows: Given an undirected graph G = (V, E), in which V is a set of vertices and E is a set of edges. We say that a set D ⊆ V of vertices is a dominating set of G if for each v ∈ V ∖ D, there exists a vertex u ∈ D such that { u, v }∈ E. The vertices are revealed to an online algorithm one by one over time. When a vertex is revealed, edges between the vertex and vertices revealed in the past are also revealed. A revelaed subtree is connected at any time. Immediately after the revelation of each vertex, an online algorithm can choose vertices which were already revealed irrevocably and must maintain a dominating set of a graph revealed so far. The cost of an algorithm on a given tree is the number of vertices chosen by it, and its objective is to minimize the cost. Eidenbenz (Technical report, Institute of Theoretical Computer Science, ETH Zürich, 2002) and Boyar et al. (SWAT 2016) studied the case in which given graphs are trees. They designed a deterministic online algorithm whose competitive ratio is at most three, and proved that a lower bound on the competitive ratio of any deterministic algorithm is two. In this paper, we also focus on trees. We establish a matching lower bound for any deterministic algorithm. Moreover, we design a randomized online algorithm whose competitive ratio is at most 5/2 = 2.5, and show that the competitive ratio of any randomized algorithm is at least 4/3 ≈ 1.333.

READ FULL TEXT

page 1

page 2

page 3

page 4

research
11/02/2020

Tight Bounds for Online Graph Partitioning

We consider the following online optimization problem. We are given a gr...
research
05/07/2018

Online Connected Dominating Set Leasing

We introduce the Online Connected Dominating Set Leasing problem (OCDSL)...
research
05/01/2021

Online Domination: The Value of Getting to Know All your Neighbors

We study the dominating set problem in an online setting. An algorithm i...
research
11/15/2021

Online Dominating Set and Independent Set

Finding minimum dominating set and maximum independent set for graphs in...
research
04/14/2020

Online Graph Exploration on Trees, Unicyclic Graphs and Cactus Graphs

We study the problem of exploring all vertices of an undirected weighted...
research
04/26/2019

Tight Bounds for Online Weighted Tree Augmentation

The Weighted Tree Augmentation problem (WTAP) is a fundamental problem i...
research
02/06/2019

Firefighting on Trees

In the Firefighter problem, introduced by Hartnell in 1995, a fire sprea...

Please sign up or login with your details

Forgot password? Click here to reset