Note on Maximal Bisection above Tight Lower Bound
Gregory Gutin, Anders Yeo

TL;DR
This paper investigates the parameterized complexity of finding large bisections in graphs, establishing a polynomial kernel for the problem when exceeding the tight lower bound by a parameter k.
Contribution
It introduces the Max Bisection above Tight Lower Bound problem and proves it admits a polynomial kernel with O(k^2) vertices and O(k^3) edges.
Findings
Kernelization result with O(k^2) vertices
Kernelization result with O(k^3) edges
Parameterization above tight lower bound is fixed-parameter tractable
Abstract
In a graph , a bisection is a partition of into sets and such that . The size of is the number of edges between and . In the Max Bisection problem we are given a graph and are required to find a bisection of maximum size. It is not hard to see that is a tight lower bound on the maximum size of a bisection of . We study parameterized complexity of the following parameterized problem called Max Bisection above Tight Lower Bound (Max-Bisec-ATLB): decide whether a graph has a bisection of size at least where is the parameter. We show that this parameterized problem has a kernel with vertices and edges, i.e., every instance of Max-Bisec-ATLB is equivalent to an instance of Max-Bisec-ATLB on a graph with at most vertices and…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Graph Theory Research · graph theory and CDMA systems · Genome Rearrangement Algorithms
