A performance study of some approximation algorithms for minimum dominating set in a graph

09/10/2020
by   Jonathan S. Li, et al.
0

We implement and test the performances of several approximation algorithms for computing the minimum dominating set of a graph. These algorithms are the standard greedy algorithm, the recent LP rounding algorithms and a hybrid algorithm that we design by combining the greedy and LP rounding algorithms. All algorithms perform better than anticipated in their theoretical analysis, and have small performance ratios, measured as the size of output divided by the LP objective lower-bound. However, each may have advantages over the others. For instance, LP rounding algorithm normally outperforms the other algorithms on sparse real-world graphs. On a graph with 400,000+ vertices, LP rounding took less than 15 seconds of CPU time to generate a solution with performance ratio 1.011, while the greedy and hybrid algorithms generated solutions of performance ratio 1.12 in similar time. For synthetic graphs, the hybrid algorithm normally outperforms the others, whereas for hypercubes and k-Queens graphs, greedy outperforms the rest. Another advantage of the hybrid algorithm is to solve very large problems where LP solvers crash, as demonstrated on a real-world graph with 7.7 million+ vertices.

READ FULL TEXT

page 1

page 2

page 3

page 4

research
06/07/2018

Greedy domination on biclique-free graphs

The greedy algorithm for approximating dominating sets is a simple metho...
research
07/06/2023

Efficient parallel implementation of the multiplicative weight update method for graph-based linear programs

Positive linear programs (LPs) model many graph and operations research ...
research
02/19/2021

Simple Combinatorial Algorithms for the Minimum Dominating Set Problem in Bounded Arboricity Graphs

We revisit the minimum dominating set problem on graphs with arboricity ...
research
10/09/2020

LP WAN Gateway Location Selection Using Modified K-Dominating Set Algorithm

The LP WAN networks use gateways or base stations to communicate with de...
research
02/09/2021

Lower Bounds on the Integraliy Ratio of the Subtour LP for the Traveling Salesman Problem

In this paper we investigate instances with high integrality ratio of th...
research
07/10/2022

A polynomial-time approximation to a minimum dominating set in a graph

A dominating set of a graph G=(V,E) is a subset of vertices S⊆ V such th...
research
11/10/2021

Heuristics for k-domination models of facility location problems in street networks

We present new greedy and beam search heuristic methods to find small-si...

Please sign up or login with your details

Forgot password? Click here to reset