A Simple Primal-Dual Approximation Algorithm for 2-Edge-Connected Spanning Subgraphs

08/14/2018
by   Stephan Beyer, et al.
0

We propose a very simple and natural approximation algorithm for the problem of finding a 2-edge-connected spanning subgraph of minimum edge cost in a graph. The algorithm maintains a spanning forest starting with an empty edge set. In each iteration, a new edge incident to a leaf is selected in a natural greedy manner and added to the forest. If this produces a cycle, this cycle is contracted. This growing phase ends when the graph has been contracted into a single node and a subsequent cleanup step removes redundant edges in reverse order. We analyze the algorithm using the primal-dual method showing that its solution value is at most 3 times the optimum. This matches the ratio of existing primal-dual algorithms. The latter increase the connectivity in multiple phases, which is a main stumbling block of improving their approximation ratios further. We require only a single growing phase, which may open the door for further ratio improvements. Our algorithm is conceptually simpler than the known approximation algorithms. It works in O(nm) time without data structures more sophisticated than arrays, lists, and graphs, and without graph algorithms beyond depth-first search.

READ FULL TEXT

page 1

page 2

page 3

page 4

research
01/15/2021

An Improved Approximation Algorithm for the Minimum k-Edge Connected Multi-Subgraph Problem

We give a randomized 1+√(8ln k/k)-approximation algorithm for the minimu...
research
04/26/2023

An Approximation Algorithm for Two-Edge-Connected Subgraph Problem via Triangle-free Two-Edge-Cover

The 2-Edge-Connected Spanning Subgraph problem (2-ECSS) is one of the mo...
research
11/17/2019

5/4-Approximation of Minimum 2-Edge-Connected Spanning Subgraph

We provide a 5/4-approximation algorithm for the 2-edge connected spanni...
research
11/15/2021

On a Partition LP Relaxation for Min-Cost 2-Node Connected Spanning Subgraphs

Our motivation is to improve on the best approximation guarantee known f...
research
08/16/2021

An Efficient Parallel Algorithm for finding Bridges in a Dense Graph

This paper presents a simple and efficient approach for finding the brid...
research
09/22/2022

Approximating (p,2) flexible graph connectivity via the primal-dual method

We consider the Flexible Graph Connectivity model (denoted FGC) introduc...
research
07/17/2023

Extending the primal-dual 2-approximation algorithm beyond uncrossable set families

A set family F is uncrossable if A ∩ B,A ∪ B ∈ F or A ∖ B,B ∖ A ∈ F for ...

Please sign up or login with your details

Forgot password? Click here to reset