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

October 24, 2018 Β· Declared Dead Β· πŸ› Discrete Optimization

πŸ‘» CAUSE OF DEATH: Ghosted
No code link whatsoever

"No code URL or promise found in abstract"

Evidence collected by the PWNC Scanner

Authors Satoshi Shimizu, Kazuaki Yamaguchi, Sumio Masuda arXiv ID 1810.10258 Category cs.DS: Data Structures & Algorithms Citations 12 Venue Discrete Optimization Last Checked 4 months ago
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.
Community shame:
Not yet rated
Community Contributions

Found the code? Know the venue? Think something is wrong? Let us know!

πŸ“œ Similar Papers

In the same crypt β€” Data Structures & Algorithms

Died the same way β€” πŸ‘» Ghosted