An FPT algorithm for Matching Cut

01/18/2021
by   N. R. Aravind, et al.
0

In an undirected graph, a matching cut is an edge cut which is also a matching. we refer MATCHING CUT to the problem of deciding if a given graph contain a matching cut or not. For the matching cut problem, the size of the edge cut also known as the number of crossing edges is a natural parameter. Gomes et al. in <cit.> showed that MATCHING CUT is FPT when parameterized by maximum size of the edge cut using a reduction on results provided by Marx et. al <cit.>. However, they didn't provide an explicit bound on the running time as the treewidth reduction technique of <cit.> relies on a MSOL formulation for matching cut and Courcelle's Theorem <cit.> to show fixed parameter tractability. This motivated us to design an FPT algorithm for the MATCHING CUT where the dependence on the parameter is explicit. In this paper we present an FPT algorithm for matching cut problem for general graphs with running time O(2^O(klog k)n^O(1)). This is the first FPT algorithm for the MATCHING CUT where the dependence on the matching cut size as a parameter is explicit and bounded.

READ FULL TEXT

Please sign up or login with your details

Forgot password? Click here to reset