中文
相关论文

相关论文: Computing Plan-Length Bounds Using Lengths of Long…

200 篇论文

We propose an exact algorithm for solving the longest simple path problem between two given vertices in undirected weighted graphs. By using graph partitioning and dynamic programming, we obtain an algorithm that is significantly faster…

数据结构与算法 · 计算机科学 2019-05-10 Kai Fieger , Tomas Balyo , Christian Schulz , Dominik Schreiber

Let $P\subset\mathbb{R}^{2}$ be a set of $n$ points. In this paper we show two new algorithms, one to compute the number of triangulations of $P$, and one to compute the number of pseudo-triangulations of $P$. We show that our algorithms…

计算几何 · 计算机科学 2013-12-12 Victor Alvarez , Karl Bringmann , Saurabh Ray

We propose a method for computing upper bounds for the Heilbronn problem for triangles.

计算几何 · 计算机科学 2010-03-09 Francesco De Comite , Jean-Paul Delahaye

Suppose that a polygon $P$ is given as an array containing the vertices in counterclockwise order. We analyze how many vertices (including the index of each of these vertices) we need to know before we can bound $P$, i.e., report a bounded…

计算几何 · 计算机科学 2025-09-05 Mikkel Abrahamsen , Jack Stade , Shuyi Yan , Hanwen Zhang

Wide variety of engineering design tasks can be formulated as constrained optimization problems where the shape and topology of the domain are optimized to reduce costs while satisfying certain constraints. Several mathematical approaches…

最优化与控制 · 数学 2015-03-10 Igor Ostanin , Denis Zorin , Ivan Oseledets

We construct an algorithm for solving the following problem: given a number field $K$, a positive integer $N$, and a positive real number $B$, determine all points in $\mathbb P^N(K)$ having relative height at most $B$. A theoretical…

数论 · 数学 2014-08-05 David Krumm

A family of plane oriented continuous paths depending on a fixed real positive number $R$ is considered. For any point $x$ on the path, the previous points lie out of any circle of radius $R$ having at $x$ interior normal in a suitable…

动力系统 · 数学 2020-04-13 Nico Lombardi , Marco Longinetti , Paolo Manselli , Adriana Venturi

We present a new approach for learning the structure of a treewidth-bounded Bayesian Network (BN). The key to our approach is applying an exact method (based on MaxSAT) locally, to improve the score of a heuristically computed BN. This…

人工智能 · 计算机科学 2021-02-08 Vaidyanathan P. R. , Stefan Szeider

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

In this paper, we present a new algorithm that extends RRT* and RT-RRT* for online path planning in complex, dynamic environments. Sampling-based approaches often perform poorly in environments with narrow passages, a feature common to many…

机器人学 · 计算机科学 2021-09-10 Daniel Armstrong , André Jonasson

The Laplace approximation is a popular method for constructing a Gaussian approximation to the Bayesian posterior and thereby approximating the posterior mean and variance. But approximation quality is a concern. One might consider using…

统计理论 · 数学 2025-06-17 Mikołaj J. Kasprzak , Ryan Giordano , Tamara Broderick

In this work, we present a workspace-based planning framework, which though using redundant workspace key-points to represent robot states, can take advantage of the interpretable geometric information to derive good quality collision-free…

机器人学 · 计算机科学 2022-06-17 Weifu Wang , Ping Li

Realistic path planning applications often require optimizing with respect to several criteria simultaneously. Here we introduce an efficient algorithm for bi-criteria path planning on graphs. Our approach is based on augmenting the state…

New bounds on the number of similar or directly similar copies of a pattern within a finite subset of the line or the plane are proved. The number of equilateral triangles whose vertices all lie within an $n$-point subset of the plane is…

We define a special case of tree decompositions for planar graphs that respect a given embedding of the graph. We study the analogous width of the resulting decomposition we call the embedded-width of a plane graph. We show both upper…

离散数学 · 计算机科学 2017-03-23 Glencora Borradaile , Jeff Erickson , Hung Le , Robbie Weber

We derive a linear programming bound on the maximum cardinality of error-correcting codes in the sum-rank metric. Based on computational experiments on relatively small instances, we observe that the obtained bounds outperform all…

Computing cost optimal paths in network data is a very important task in many application areas like transportation networks, computer networks or social graphs. In many cases, the cost of an edge can be described by various cost criteria.…

数据库 · 计算机科学 2014-10-02 Michael Shekelyan , Gregor Jossé , Matthias Schubert

The Open Loop Layout Problem (OLLP) seeks to position rectangular cells of varying dimensions on a plane without overlap, minimizing transportation costs computed as the flow-weighted sum of pairwise distances between cells. A key challenge…

最优化与控制 · 数学 2025-04-18 Seyed Mahdi Shavarani , Bela Vizvari , Kovacs Gergely

Path planning for 3D solid objects is a challenging problem, requiring a search in a six-dimensional configuration space, which is, nevertheless, essential in many robotic applications such as bin-picking and assembly. The commonly used…

机器人学 · 计算机科学 2026-01-09 Michal Minařík , Vojtěch Vonásek , Robert Pěnička

We give a polynomial-time constant-factor approximation algorithm for maximum independent set for (axis-aligned) rectangles in the plane. Using a polynomial-time algorithm, the best approximation factor previously known is $O(\log\log n)$.…

计算几何 · 计算机科学 2021-07-07 Joseph S. B. Mitchell