English

A Maximum Edge-Weight Clique Extraction Algorithm Based on Branch-and-Bound

Data Structures and Algorithms 2018-10-25 v1

Abstract

The maximum edge-weight clique problem is to find a clique whose sum of edge-weight is the maximum for a given edge-weighted undirected graph. The problem is NP-hard and some branch-and-bound algorithms have been proposed. In this paper, we propose a new exact algorithm based on branch-and-bound. It assigns edge-weights to vertices and calculates upper bounds using vertex coloring. By some computational experiments, we confirmed our algorithm is faster than previous algorithms.

Keywords

Cite

@article{arxiv.1810.10258,
  title  = {A Maximum Edge-Weight Clique Extraction Algorithm Based on Branch-and-Bound},
  author = {Satoshi Shimizu and Kazuaki Yamaguchi and Sumio Masuda},
  journal= {arXiv preprint arXiv:1810.10258},
  year   = {2018}
}
R2 v1 2026-06-23T04:50:58.653Z