English

A linear time algorithm for a variant of the max cut problem in series parallel graphs

Data Structures and Algorithms 2017-03-21 v2 Combinatorics

Abstract

Given a graph G=(V,E)G=(V, E), a connected sides cut (U,V\U)(U, V\backslash U) or δ(U)\delta (U) is the set of edges of E linking all vertices of U to all vertices of V\UV\backslash U such that the induced subgraphs G[U]G[U] and G[V\U]G[V\backslash U] are connected. Given a positive weight function ww defined on EE, the maximum connected sides cut problem (MAX CS CUT) is to find a connected sides cut Ω\Omega such that w(Ω)w(\Omega) is maximum. MAX CS CUT is NP-hard. In this paper, we give a linear time algorithm to solve MAX CS CUT for series parallel graphs. We deduce a linear time algorithm for the minimum cut problem in the same class of graphs without computing the maximum flow.

Keywords

Cite

@article{arxiv.1606.05240,
  title  = {A linear time algorithm for a variant of the max cut problem in series parallel graphs},
  author = {Brahim Chaourar},
  journal= {arXiv preprint arXiv:1606.05240},
  year   = {2017}
}

Comments

6 pages

R2 v1 2026-06-22T14:27:10.036Z