Exact Algorithms with New Upper Bounds for the Maximum K-Plex Problem

Abstract

The Maximum k-plex Problem (MKP) is a degree relaxation of the widely known Maximum Clique Problem. As a practical NP-hard problem, MKP has many important real-world applications, such as the analysis of various complex networks. Branch-and-bound (BnB) algorithms are a type of well-studied and effective exact algorithms for MKP, and the key for BnB algorithms is the bound design. Recent BnB MKP algorithms involve two kinds of upper bounds based on graph coloring and partition, respectively, that work in different perspectives and thus are complementary with each other. We first propose a new coloring-based upper bound, termed Relaxed Graph Color Bound (RelaxGCB), that significantly outperforms the previous coloring-based upper bound. Then we further propose another new upper bound, termed RelaxPUB, that incorporates RelaxGCB and a partition-based upper bound in a novel way, making use of their complementarity. We apply RelaxGCB and RelaxPUB to state-of-the-art BnB MKP algorithms and produce eight new BnB algorithms. Extensive experiments using diverse k values on hundreds of instances based on dense or massive sparse graphs demonstrate the excellent performance and robustness of our proposed methods.

Cite

Text

Zheng et al. "Exact Algorithms with New Upper Bounds for the Maximum K-Plex Problem." International Joint Conference on Artificial Intelligence, 2025. doi:10.24963/IJCAI.2025/1002

Markdown

[Zheng et al. "Exact Algorithms with New Upper Bounds for the Maximum K-Plex Problem." International Joint Conference on Artificial Intelligence, 2025.](https://mlanthology.org/ijcai/2025/zheng2025ijcai-exact/) doi:10.24963/IJCAI.2025/1002

BibTeX

@inproceedings{zheng2025ijcai-exact,
  title     = {{Exact Algorithms with New Upper Bounds for the Maximum K-Plex Problem}},
  author    = {Zheng, Jiongzhi and Jin, Mingming and He, Kun},
  booktitle = {International Joint Conference on Artificial Intelligence},
  year      = {2025},
  pages     = {9014-9021},
  doi       = {10.24963/IJCAI.2025/1002},
  url       = {https://mlanthology.org/ijcai/2025/zheng2025ijcai-exact/}
}