中文
相关论文

相关论文: Constant-factor approximations for Capacitated Arc…

200 篇论文

We study minimum cost constraint satisfaction problems (MinCostCSP) through the algebraic lens. We show that for any constraint language $\Gamma$ which has the dual discriminator operation as a polymorphism, there exists a…

数据结构与算法 · 计算机科学 2025-07-14 Ian DeHaan , Neng Huang , Euiwoong Lee

Linear programming has played a key role in the study of algorithms for combinatorial optimization problems. In the field of approximation algorithms, this is well illustrated by the uncapacitated facility location problem. A variety of…

数据结构与算法 · 计算机科学 2014-09-16 Hyung-Chan An , Mohit Singh , Ola Svensson

We give a constant factor approximation algorithm for the Asymmetric Traveling Salesman Problem on shortest path metrics of directed graphs with two different edge weights. For the case of unit edge weights, the first constant factor…

数据结构与算法 · 计算机科学 2017-09-05 Ola Svensson , Jakub Tarnawski , László A. Végh

In the unsplittable capacitated vehicle routing problem (UCVRP) on trees, we are given a rooted tree with edge weights and a subset of vertices of the tree called terminals. Each terminal is associated with a positive demand between 0 and…

数据结构与算法 · 计算机科学 2022-11-09 Claire Mathieu , Hang Zhou

In this paper, we demonstrate that in many NP-complete variants of the stable matching problem, such as the Stable Hypergraph Matching problem, the Stable Multicommodity Flow problem, and the College Admission problem with common quotas, a…

计算机科学与博弈论 · 计算机科学 2025-02-11 Gergely Csáji

In this research we consider the problem of accelerating the convergence of column generation (CG) for the weighted set cover formulation of the capacitated vehicle routing problem with time windows (CVRPTW). We adapt two new techniques,…

最优化与控制 · 数学 2023-04-25 Udayan Mandal , Amelia Regan , Louis Martin Rousseau , Julian Yarkony

We give a probabilistic analysis of the unit-demand Euclidean capacitated vehicle routing problem in the random setting, where the input distribution consists of $n$ unit-demand customers modeled as independent, identically distributed…

数据结构与算法 · 计算机科学 2021-12-14 Claire Mathieu , Hang Zhou

We describe a $\frac{4}{3}$-approximation algorithm for the traveling salesman problem in which the distances between points are induced by graph-theoretical distances in an unweighted graph. The algorithm is based on finding a minimum cost…

数据结构与算法 · 计算机科学 2024-11-05 Ali Çivril

The shortest path problem in graphs is fundamental to AI. Nearly all variants of the problem and relevant algorithms that solve them ignore edge-weight computation time and its common relation to weight uncertainty. This implies that taking…

数据结构与算法 · 计算机科学 2024-03-29 Eyal Weiss , Ariel Felner , Gal A. Kaminka

In this paper we propose two algorithms in the tabular setting and an algorithm for the function approximation setting for the Stochastic Shortest Path (SSP) problem. SSP problems form an important class of problems in Reinforcement…

机器学习 · 计算机科学 2025-12-03 Soumyajit Guin , Shalabh Bhatnagar

The constrained path optimization (CPO) problem takes the following input: (a) a road network represented as a directed graph, where each edge is associated with a "cost" and a "score" value; (b) a source-destination pair and; (c) a budget…

分布式、并行与集群计算 · 计算机科学 2022-08-05 Kousik Kumar Dutta , Ankita Dewan , Venkata M. V. Gunturi

We study the Capacitated k-Median problem for which existing constant-factor approximation algorithms are all pseudo-approximations that violate either the capacities or the upper bound k on the number of open facilities. Using the natural…

数据结构与算法 · 计算机科学 2016-05-12 Gökalp Demirci , Shi Li

The Stacker Crane Problem (SCP) is a variant of the Traveling Salesman Problem. In SCP, pairs of pickup and delivery points are designated on a graph, and a crane must visit these points to move objects from each pickup location to its…

数据结构与算法 · 计算机科学 2025-09-18 Yike Chen , Ke Shi , Chao Xu

The identification of valid inequalities, such as the rounded capacity inequalities (RCIs), is a key component of cutting plane methods for the Capacitated Vehicle Routing Problem (CVRP). While a deep learning-based separation method can…

人工智能 · 计算机科学 2025-10-02 Yoonju Sim , Hyeonah Kim , Changhyun Kwon

In this paper, we will find a pseudopolynomial algorithm to solve $Qm \mid \mid L_{\max}$ and then we will prove that it is impossible to get any constant-factor approximation in polynomial time, and thus also impossible to have a PTAS for…

数据结构与算法 · 计算机科学 2020-01-23 Elbert Du , Stan Zhang

We consider the problem of connected coordinated motion planning for a large collective of simple, identical robots: From a given start grid configuration of robots, we need to reach a desired target configuration via a sequence of…

计算几何 · 计算机科学 2023-10-17 Sándor P. Fekete , Phillip Keldenich , Ramin Kosfeld , Christian Rieck , Christian Scheffer

We consider the problem of maximizing the revenue raised from tolls set on the arcs of a transportation network, under the constraint that users are assigned to toll-compatible shortest paths. We first prove that this problem is strongly…

计算机科学与博弈论 · 计算机科学 2017-07-24 S. Roch , P. Marcotte , G. Savard

In this letter, an accelerated quadratic programming (QP) algorithm is proposed based on the proximal gradient method. The algorithm can achieve convergence rate $O(1/p^{\alpha})$, where $p$ is the iteration number and $\alpha$ is the given…

最优化与控制 · 数学 2022-01-25 Jia Wang , Ying Yang

The development of connected autonomous vehicles (CAVs) facilitates the enhancement of traffic efficiency in complicated scenarios. In unsignalized roundabout scenarios, difficulties remain unsolved in developing an effective and efficient…

机器人学 · 计算机科学 2024-05-07 Zhenmin Huang , Haichao Liu , Shaojie Shen , Jun Ma

The standard LP relaxation of the asymmetric traveling salesman problem has been conjectured to have a constant integrality gap in the metric case. We prove this conjecture when restricted to shortest path metrics of node-weighted digraphs.…

数据结构与算法 · 计算机科学 2015-08-14 Ola Svensson