中文
相关论文

相关论文: Computing Homotopic Shortest Paths Efficiently

200 篇论文

Let $P$ be a simple polygon of $n$ vertices. We consider two-point $L_1$ shortest path queries in $P$. We build a data structure of $O(n)$ size in $O(n)$ time such that given any two query points $s$ and $t$, the length of an $L_1$ shortest…

计算几何 · 计算机科学 2018-09-21 Sang Won Bae , Haitao Wang

This paper is concerned with the minimum-time path-planning problem for a Dubins airplane under the influence of steady wind. The path-planning problem, by transforming into the air-relative frame, is equivalent to finding the minimum-time…

最优化与控制 · 数学 2024-12-09 Fanchen Wu , Zheng Chen

We study the 2-Disjoint Shortest Paths (2-DSP) problem: given a directed weighted graph and two terminal pairs $(s_1,t_1)$ and $(s_2,t_2)$, decide whether there exist vertex-disjoint shortest paths between each pair. Building on recent…

数据结构与算法 · 计算机科学 2025-10-09 Keerti Choudhary , Amit Kumar , Lakshay Saggi

In this article, we consider nonlinear complementarity problem. We introduce a new homotopy function for finding the solution of nonlinear complementarity problem through the trajectory . We show that the homotopy path approaching the…

最优化与控制 · 数学 2022-09-02 A. Dutta , A. K. Das

Network applications, such as multimedia streaming and video conferencing, impose growing requirements over Quality of Service (QoS), including bandwidth, delay, jitter, etc. Meanwhile, networks are expected to be load-balanced,…

离散数学 · 计算机科学 2015-04-22 Longkun Guo , Kewen Liao , Hong Shen , Peng Li

Given two points in the plane, a set of obstacles defined by closed curves, and an integer $k$, does there exist a path between the two designated points intersecting at most $k$ of the obstacles? This is a fundamental and well-studied…

数据结构与算法 · 计算机科学 2020-02-05 Eduard Eiben , Daniel Lokshtanov

In this paper, we propose new techniques for solving geometric optimization problems involving interpoint distances of a point set in the plane. Given a set $P$ of $n$ points in the plane and an integer $1 \leq k \leq \binom{n}{2}$, the…

计算几何 · 计算机科学 2024-03-08 Haitao Wang , Yiming Zhao

A homotopy method for multi-objective optimization that produces uniformly sampled Pareto fronts by construction is presented. While the algorithm is general, of particular interest is application to simulation-based engineering…

最优化与控制 · 数学 2015-05-13 Andreas Adelmann , Peter Arbenz , Andrew Foster , Yves Ineichen

We present an algorithm for the k shortest simple path problem on weighted directed graphs (kSSP) that is based on Eppstein's algorithm for a similar problem in which paths are allowed to contain cycles. In contrast to most other algorithms…

数据结构与算法 · 计算机科学 2016-01-13 Denis Kurz , Petra Mutzel

We study a path-planning problem amid a set $\mathcal{O}$ of obstacles in $\mathbb{R}^2$, in which we wish to compute a short path between two points while also maintaining a high clearance from $\mathcal{O}$; the clearance of a point is…

计算几何 · 计算机科学 2017-06-12 Pankaj K. Agarwal , Kyle Fox , Oren Salzman

This paper reports about the development of two provably correct approximate algorithms which calculate the Euclidean shortest path (ESP) within a given cube-curve with arbitrary accuracy, defined by $\epsilon >0$, and in time complexity…

计算几何 · 计算机科学 2007-05-23 Fajie Li , Reinhard Klette

Given two points s and t in the plane and a set of obstacles defined by closed curves, what is the minimum number of obstacles touched by a path connecting s and t? This is a fundamental and well-studied problem arising naturally in…

计算几何 · 计算机科学 2020-12-01 Neeraj Kumar , Daniel Lokshtanov , Saket Saurabh , Subhash Suri

In several multiobjective decision problems Pairwise Comparison Matrices (PCM) are applied to evaluate the decision variants. The problem that arises very often is the inconsistency of a given PCM. In such a situation it is important to…

最优化与控制 · 数学 2024-12-10 Marcin Anholcer , Janos Fülöp

In pursuit of higher energy efficiency in computer networks, one subfield of green traffic engineering aims at reducing the size of a network during times of low traffic, while still guaranteeing the ability to route all occurring demands.…

数据结构与算法 · 计算机科学 2026-05-08 Markus Chimani , Max Ilsen

In the age of real-time online traffic information and GPS-enabled devices, fastest-path computations between two points in a road network modeled as a directed graph, where each directed edge is weighted by a "travel time" value, are…

数据结构与算法 · 计算机科学 2018-10-04 Renjie Chen , Craig Gotsman

We study the parameterized complexity of finding shortest s-t-paths with an additional fairness requirement. The task is to compute a shortest path in a vertex-colored graph where each color appears (roughly) equally often in the solution.…

数据结构与算法 · 计算机科学 2024-05-30 Matthias Bentert , Leon Kellerhals , Rolf Niedermeier

We study augmenting a plane Euclidean network with a segment, called a shortcut, to minimize the largest distance between any two points along the edges of the resulting network. Problems of this type have received considerable attention…

计算几何 · 计算机科学 2018-07-27 Delia Garijo , Alberto Márquez , Natalia Rodríguez , Rodrigo I. Silveira

Optimal transport (OT) and unbalanced optimal transport (UOT) are central in many machine learning, statistics and engineering applications. 1D OT is easily solved, with complexity O(n log n), but no efficient algorithm was known for 1D…

性能 · 计算机科学 2024-02-15 Gabriel Gouvine

We present an algorithm to find an {\it Euclidean Shortest Path} from a source vertex $s$ to a sink vertex $t$ in the presence of obstacles in $\Re^2$. Our algorithm takes $O(T+m(\lg{m})(\lg{n}))$ time and $O(n)$ space. Here, $O(T)$ is the…

计算几何 · 计算机科学 2010-12-01 Rajasekhar Inkulu , Sanjiv Kapoor , S. N. Maheshwari

We address the following problem: Given a simple polygon $P$ with $n$ vertices and two points $s$ and $t$ inside it, find a minimum link path between them such that a given target point $q$ is visible from at least one point on the path.…

计算几何 · 计算机科学 2021-03-02 Mohammad Reza Zarrabi , Nasrollah Moghaddam Charkari