English

A branch-and-bound algorithm for the minimum radius $k$-enclosing ball problem

Optimization and Control 2017-07-12 v1 Data Structures and Algorithms

Abstract

The minimum kk-enclosing ball problem seeks the ball with smallest radius that contains at least~kk of~mm given points in a general nn-dimensional Euclidean space. This problem is NP-hard. We present a branch-and-bound algorithm on the tree of the subsets of~kk points to solve this problem. The nodes on the tree are ordered in a suitable way, which, complemented with a last-in-first-out search strategy, allows for only a small fraction of nodes to be explored. Additionally, an efficient dual algorithm to solve the subproblems at each node is employed.

Keywords

Cite

@article{arxiv.1707.03387,
  title  = {A branch-and-bound algorithm for the minimum radius $k$-enclosing ball problem},
  author = {Marta Cavaleiro and Farid Alizadeh},
  journal= {arXiv preprint arXiv:1707.03387},
  year   = {2017}
}

Comments

20 pages, 9 figures

R2 v1 2026-06-22T20:43:50.773Z