中文
相关论文

相关论文: PTAS and Exact Algorithms for $r$-Gathering Proble…

200 篇论文

We present a new generalization of the bin covering problem that is known to be a strongly NP-hard problem. In our generalization there is a positive constant $\Delta$, and we are given a set of items each of which has a positive size. We…

数据结构与算法 · 计算机科学 2022-02-23 Asaf Levin

When a large collection of objects (e.g., robots, sensors, etc.) has to be deployed in a given environment, it is often required to plan a coordinated motion of the objects from their initial position to a final configuration enjoying some…

数据结构与算法 · 计算机科学 2014-07-03 Davide Bilò Luciano Gualà , Stefano Leucci , Guido Proietti

We study three two-stage optimization problems with a similar structure and different objectives. In the first stage of each problem, the goal is to assign input jobs of positive sizes to unsplittable bags. After this assignment is decided,…

数据结构与算法 · 计算机科学 2024-09-17 Leah Epstein , Asaf Levin

The problem of determining whether a graph $G$ contains another graph $H$ as a minor, referred to as the minor containment problem, is a fundamental problem in the field of graph algorithms. While it is NP-complete when $G$ and $H$ are…

数据结构与算法 · 计算机科学 2024-12-06 Tatsuya Gima , Soh Kumabe , Kazuhiro Kurita , Yuto Okada , Yota Otachi

We present four novel approximation algorithms for finding triangulation of minimum treewidth. Two of the algorithms improve on the running times of algorithms by Robertson and Seymour, and Becker and Geiger that approximate the optimum by…

数据结构与算法 · 计算机科学 2013-01-14 Eyal Amir

This paper deals with the replica placement problem on fully homogeneous tree networks known as the Replica Placement optimization problem. The client requests are known beforehand, while the number and location of the servers are to be…

分布式、并行与集群计算 · 计算机科学 2007-06-28 Veronika Rehn-Sonigo

We continue the study of $\delta$-dispersion, a continuous facility location problem on a graph where all edges have unit length and where the facilities may also be positioned in the interior of the edges. The goal is to position as many…

数据结构与算法 · 计算机科学 2022-06-24 Tim A. Hartmann , Stefan Lendl

Partitioning trees are efficient data structures for $k$-nearest neighbor search. Machine learning libraries commonly use a special type of partitioning trees called $k$d-trees to perform $k$-nn search. Unfortunately, $k$d-trees can be…

机器学习 · 计算机科学 2023-02-28 Mashaan Alshammari , John Stavrakakis , Adel F. Ahmed , Masahiro Takatsuka

The Polyline Bundle Simplification (PBS) problem is a generalization of the classical polyline simplification problem. Given a set of polylines, which may share line segments and points, PBS asks for the smallest consistent simplification…

计算几何 · 计算机科学 2021-08-25 Yannick Bosch , Peter Schäfer , Joachim Spoerhase , Sabine Storandt , Johannes Zink

We consider the facility location problem in the one-dimensional setting where each facility can serve a limited number of agents from the algorithmic and mechanism design perspectives. From the algorithmic perspective, we prove that the…

计算机科学与博弈论 · 计算机科学 2019-11-25 Haris Aziz , Hau Chan , Barton E. Lee , Bo Li , Toby Walsh

In this paper, we consider the Uniform Cost-Distance Steiner Tree Problem in metric spaces, a generalization of the well-known Steiner tree problem. Cost-distance Steiner trees minimize the sum of the total length and the weighted path…

数据结构与算法 · 计算机科学 2022-11-10 Stephan Held , Yannik Kyle Dustin Spitzley

The recent large scale availability of mobility data, which captures individual mobility patterns, poses novel operational problems that are exciting and challenging. Motivated by this, we introduce and study a variant of the…

数据结构与算法 · 计算机科学 2023-12-12 Ozan Candogan , Yiding Feng

K-nearest neighbor (kNN) search has wide applications in many areas, including data mining, machine learning, statistics and many applied domains. Inspired by the success of ensemble methods and the flexibility of tree-based methodology, we…

机器学习 · 统计学 2020-05-27 Donghui Yan , Yingjie Wang , Jin Wang , Honggang Wang , Zhenpeng Li

We revisit various PTAS's (Polynomial Time Approximation Schemes) for minimization versions of dense problems, and show that they can be performed with sublinear query complexity. This means that not only do we obtain a…

计算复杂性 · 计算机科学 2012-05-01 Nir Ailon , Zohar Karnin

The personnel rostering problem is the problem of finding an optimal way to assign employees to shifts, subject to a set of hard constraints which all valid solutions must follow, and a set of soft constraints which define the relative…

人工智能 · 计算机科学 2020-10-28 Ziyi Chen , Patrick De Causmaecker , Yajie Dou

In the highway problem, we are given an n-edge line graph (the highway), and a set of paths (the drivers), each one with its own budget. For a given assignment of edge weights (the tolls), the highway owner collects from each driver the…

数据结构与算法 · 计算机科学 2010-04-20 Fabrizio Grandoni , Thomas Rothvoss

We study the Steiner tree problem on map graphs, which substantially generalize planar graphs as they allow arbitrarily large cliques. We obtain a PTAS for Steiner tree on map graphs, which builds on the result for planar edge weighted…

数据结构与算法 · 计算机科学 2019-12-03 Jarosław Byrka , Mateusz Lewandowski , Syed Mohammad Meesum , Joachim Spoerhase , Sumedha Uniyal

We prove that it is NP-hard to properly PAC learn decision trees with queries, resolving a longstanding open problem in learning theory (Bshouty 1993; Guijarro-Lavin-Raghavan 1999; Mehta-Raghavan 2002; Feldman 2016). While there has been a…

计算复杂性 · 计算机科学 2023-07-11 Caleb Koch , Carmen Strassle , Li-Yang Tan

Multi-Robot Coverage problems have been extensively studied in robotics, planning and multi-agent systems. In this work, we consider the coverage problem when there are constraints on the proximity (e.g., maximum distance between the…

多智能体系统 · 计算机科学 2024-12-18 Dolev Mutzari , Yonatan Aumann , Sarit Kraus

In the Constrained Fault-Tolerant Resource Allocation (FTRA) problem, we are given a set of sites containing facilities as resources, and a set of clients accessing these resources. Specifically, each site i is allowed to open at most R_i…

数据结构与算法 · 计算机科学 2015-03-20 Kewen Liao , Hong Shen , Longkun Guo