🤖 AI Summary
This paper studies the Max-Cut problem on interval and split graphs, presenting the first polynomial-time algorithm that strictly improves upon the Goemans–Williamson (GW) approximation ratio α_GW ≈ 0.878, achieving α_GW + ε for ε ≥ 10⁻³⁴. Methodologically, it builds upon the SDP relaxation and randomized rounding framework, deeply integrating structural properties of these graph classes—particularly their interval representations and clique structure—and establishes a novel connection between triangle packings and Max-Cut via edge-triangle covering relations to refine the rounding scheme. Key contributions include: (1) the first rigorous improvement over the GW bound on a nontrivial graph class; (2) a tight quantitative improvement in the approximation ratio; and (3) under the Small Set Expansion Hypothesis, a hardness result showing no (1−c)-approximation algorithm exists for Max-Cut on split graphs, thereby establishing a computational complexity lower bound.
📝 Abstract
We present a polynomial-time $(α_{GW} + varepsilon)$-approximation algorithm for the Maximum Cut problem on interval graphs and split graphs, where $α_{GW} approx 0.878$ is the approximation guarantee of the Goemans-Williamson algorithm and $varepsilon > 10^{-34}$ is a fixed constant. To attain this, we give an improved analysis of a slight modification of the Goemans-Williamson algorithm for graphs in which triangles can be packed into a constant fraction of their edges. We then pair this analysis with structural results showing that both interval graphs and split graphs either have such a triangle packing or have maximum cut close to their number of edges. We also show that, subject to the Small Set Expansion Hypothesis, there exists a constant $c > 0$ such that there is no polyomial-time $(1 - c)$-approximation for Maximum Cut on split graphs.