English

Fixed-Parameter Tractability of the Weighted Edge Clique Partition Problem

Data Structures and Algorithms 2020-05-21 v3

Abstract

We develop an FPT algorithm and a bi-kernel for the Weighted Edge Clique Partition (WECP) problem, where a graph with nn vertices and integer edge weights is given together with an integer kk, and the aim is to find kk cliques, such that every edge appears in exactly as many cliques as its weight. The problem has been previously only studied in the unweighted version called Edge Clique Partition (ECP), where the edges need to be partitioned into kk cliques. It was shown that ECP admits a kernel with~k2k^2 vertices [Mujuni and Rosamond, 2008], but this kernel does not extend to WECP. The previously fastest algorithm known for ECP has a runtime of 2O(k2)nO(1)2^{\mathcal{O}(k^2)}n^{O(1)} [Issac, 2019]. For WECP we develop a bi-kernel with 4k4^k vertices, and an algorithm with runtime 2O(k3/2w1/2log(k/w))nO(1)2^{\mathcal{O}(k^{3/2}w^{1/2}\log(k/w))}n^{O(1)}, where ww is the maximum edge weight. The latter in particular improves the runtime for ECP to~2O(k3/2logk)nO(1)2^{\mathcal{O}(k^{3/2}\log k)}n^{O(1)}.

Keywords

Cite

@article{arxiv.2002.07761,
  title  = {Fixed-Parameter Tractability of the Weighted Edge Clique Partition Problem},
  author = {Andreas Emil Feldmann and Davis Issac and Ashutosh Rai},
  journal= {arXiv preprint arXiv:2002.07761},
  year   = {2020}
}
R2 v1 2026-06-23T13:45:47.471Z