English
Related papers

Related papers: The Two-Squirrel Problem and Its Relatives

200 papers

Given a metric space $(F \cup C, d)$, we consider star covers of $C$ with balanced loads. A star is a pair $(f, C_f)$ where $f \in F$ and $C_f \subseteq C$, and the load of a star is $\sum_{c \in C_f} d(f, c)$. In minimum load $k$-star…

Data Structures and Algorithms · Computer Science 2019-12-04 Buddhima Gamlath , Vadim Grinberg

We study the problem of covering the maximum number of vertices in a graph by a collection of vertex-disjoint stars, each with a number of satellites in a given interval $[k, \ell]$, where $1 \le k < \ell$ and $\ell$ can be infinity. This…

Data Structures and Algorithms · Computer Science 2026-05-26 Mengyuan Hu , An Zhang , Yong Chen , Zhikai Chen , Wei Ding , Guohui Lin , Jiaxuan Ma , Yue Sun

For a positive integer $k \ge 1$, a $k$-star ($k^+$-star, $k^-$-star, respectively) is a connected graph containing a degree-$\ell$ vertex and $\ell$ degree-$1$ vertices, where $\ell = k$ ($\ell \ge k$, $1 \le \ell \le k$, respectively).…

Data Structures and Algorithms · Computer Science 2024-11-19 Mengyuan Hu , An Zhang , Yong Chen , Mingyang Gong , Guohui Lin

We give exact and approximation algorithms for two-center problems when the input is a set $\mathcal{D}$ of disks in the plane. We first study the problem of finding two smallest congruent disks such that each disk in $\mathcal{D}$…

Computational Geometry · Computer Science 2012-01-06 Hee-Kap Ahn , Sang-Sub Kim , Christian Knauer , Lena Schlipf , Chan-Su Shin , Antoine Vigneron

In this paper, we consider approximability issues of the following four problems: triangle packing, full sibling reconstruction, maximum profit coverage and 2-coverage. All of them are generalized or specialized versions of set-cover and…

Computational Complexity · Computer Science 2011-02-07 Mary Ashley , Tanya Berger-Wolf , Piotr Berman , Wanpracha Chaovalitwongse , Bhaskar DasGupta , Ming-Yang Kao

Travelling Salesman Problem (TSP) is one of the unsolved problems in computer science. TSP is NP Hard. Till now the best approximation ratio found for symmetric TSP is three by two by Christofides Algorithm more than forty years ago. There…

Data Structures and Algorithms · Computer Science 2021-04-27 Alok Chauhan , Madhusudan Verma

The Metric Traveling Salesman Problem (TSP) is a classical NP-hard optimization problem. The double-tree shortcutting method for Metric TSP yields an exponentially-sized space of TSP tours, each of which approximates the optimal solution…

Data Structures and Algorithms · Computer Science 2008-12-30 Vladimir Deineko , Alexander Tiskin

Let P be a set of n points in R^3. The 2-center problem for P is to find two congruent balls of minimum radius whose union covers P. We present two randomized algorithms for computing a 2-center of P. The first algorithm runs in O(n^3 log^5…

Computational Geometry · Computer Science 2010-12-14 Pankaj K. Agarwal , Rinat Ben Avraham , Micha Sharir

In this paper, we consider the (weighted) two-center problem of uncertain points on a tree. Given are a tree $T$ and a set $\calP$ of $n$ (weighted) uncertain points each of which has $m$ possible locations on $T$ associated with…

Data Structures and Algorithms · Computer Science 2024-12-04 Haitao Xu , Jingru Zhang

In this paper, we introduce the Maximum Matrix Contraction problem, where we aim to contract as much as possible a binary matrix in order to maximize its density. We study the complexity and the polynomial approximability of the problem.…

Computational Complexity · Computer Science 2023-06-05 Dimitri Watel , Pierre-Louis Poirion

In the Strip Packing problem (SP), we are given a vertical half-strip $[0,W]\times[0,\infty)$ and a set of $n$ axis-aligned rectangles of width at most $W$. The goal is to find a non-overlapping packing of all rectangles into the strip such…

Data Structures and Algorithms · Computer Science 2022-05-09 Arindam Khan , Aditya Lonkar , Arnab Maiti , Amatya Sharma , Andreas Wiese

Various real-world problems consist of partitioning a set of locations into disjoint subsets, each subset spread in a way that it covers the whole set with a certain radius. Given a finite set S, a metric d, and a radius r, define a subset…

Data Structures and Algorithms · Computer Science 2023-02-08 Eran Rosenbluth

Given a convex polygon $P$ with $n$ vertices, the two-center problem is to find two congruent closed disks of minimum radius such that they completely cover $P$. We propose an algorithm for this problem in the streaming setup, where the…

Computational Geometry · Computer Science 2015-12-09 Sanjib Sadhu , Sasanka Roy , Soumen Nandi , Anil Maheswari , Subhas C. Nandy

In rectangle packing problems we are given the task of placing axis-aligned rectangles in a given plane region, so that they do not overlap with each other. In Maximum Weight Independent Set of Rectangles (MWISR), their position is given…

Data Structures and Algorithms · Computer Science 2017-11-22 Salvatore Ingala

This paper focuses on the fundamental aspects of super-resolution, particularly addressing the stability of super-resolution and the estimation of two-point resolution. Our first major contribution is the introduction of two…

Image and Video Processing · Electrical Eng. & Systems 2024-11-20 Ping Liu , Habib Ammari

We consider methods for finding a simple polygon of minimum (Min-Area) or maximum (Max-Area) possible area for a given set of points in the plane. Both problems are known to be NP-hard; at the center of the recent CG Challenge, practical…

Computational Geometry · Computer Science 2021-11-11 Sándor P. Fekete , Andreas Haas , Phillip Keldenich , Michael Perk , Arne Schmidt

In this work, I present an optimization problem which consists of assigning entries of a stellar catalog to multiple entries of another stellar catalog such that the probability of such assignment is maximum. I show a way of modeling it as…

Discrete Mathematics · Computer Science 2018-08-09 Daniel Severin

Motivated by comparative genomics, Chen et al. [9] introduced the Maximum Duo-preservation String Mapping (MDSM) problem in which we are given two strings $s_1$ and $s_2$ from the same alphabet and the goal is to find a mapping $\pi$…

Data Structures and Algorithms · Computer Science 2017-08-31 Saeed Mehrabi

Given two sets of points in the plane, $P$ of $n$ terminals and $S$ of $m$ Steiner points, a Steiner tree of $P$ is a tree spanning all points of $P$ and some (or none or all) points of $S$. A Steiner tree with length of longest edge…

Computational Geometry · Computer Science 2010-12-08 A. Karim Abu-Affash

Given a set P of n points in the plane, the two-line center problem asks to find two lines that minimize the maximum distance from each point in P to its closer one of the two resulting lines. The currently best algorithm for the problem…

Computational Geometry · Computer Science 2024-09-23 Taehoon Ahn , Sang Won Bae
‹ Prev 1 2 3 10 Next ›