English

Maximum Balanced Subgraph Problem Parameterized Above Lower Bound

Data Structures and Algorithms 2013-04-23 v2 Computational Complexity

Abstract

We consider graphs without loops or parallel edges in which every edge is assigned + or -. Such a signed graph is balanced if its vertex set can be partitioned into parts V1V_1 and V2V_2 such that all edges between vertices in the same part have sign + and all edges between vertices of different parts have sign - (one of the parts may be empty). It is well-known that every connected signed graph with nn vertices and mm edges has a balanced subgraph with at least m2+n14\frac{m}{2} + \frac{n-1}{4} edges and this bound is tight. We consider the following parameterized problem: given a connected signed graph GG with nn vertices and mm edges, decide whether GG has a balanced subgraph with at least m2+n14+k4\frac{m}{2} + \frac{n-1}{4}+\frac{k}{4} edges, where kk is the parameter. We obtain an algorithm for the problem of runtime 8k(kn)O(1)8^k(kn)^{O(1)}. We also prove that for each instance (G,k)(G,k) of the problem, in polynomial time, we can either solve (G,k)(G,k) or produce an equivalent instance (G,k)(G',k') such that kkk'\le k and V(G)=O(k3)|V(G')|=O(k^3). Our first result generalizes a result of Crowston, Jones and Mnich (ICALP 2012) on the corresponding parameterization of Max Cut (when every edge of GG has sign -). Our second result generalizes and significantly improves the corresponding result of Crowston, Jones and Mnich: they showed that V(G)=O(k5)|V(G')|=O(k^5).

Keywords

Cite

@article{arxiv.1212.6848,
  title  = {Maximum Balanced Subgraph Problem Parameterized Above Lower Bound},
  author = {R. Crowston and G. Gutin and M. Jones and G. Muciaccia},
  journal= {arXiv preprint arXiv:1212.6848},
  year   = {2013}
}
R2 v1 2026-06-21T23:02:08.474Z