中文
相关论文

相关论文: Compact Floor-Planning via Orderly Spanning Trees

200 篇论文

We consider the problem of counting straight-edge triangulations of a given set $P$ of $n$ points in the plane. Until very recently it was not known whether the exact number of triangulations of $P$ can be computed asymptotically faster…

计算几何 · 计算机科学 2014-04-02 Victor Alvarez , Karl Bringmann , Saurabh Ray , Raimund Seidel

Plane arrangements are a useful tool for surface and volume modelling. However, their main drawback is poor scalability. We introduce two key novelties that enable the construction of plane arrangements for complex objects and entire…

计算几何 · 计算机科学 2024-07-12 Raphael Sulzer , Florent Lafarge

The state-of-the-art researches indicate that analytic algorithms are promising in handling complex floorplanning scenarios. However, it is challenging to generate compact floorplans with excellent wirelength optimization effect due to the…

机器学习 · 计算机科学 2025-09-29 Xinyan Meng , Huabin Cheng , Rujie Chen , Ning Xu , Yu Chen , Wei Zhang

Online routing in a planar embedded graph is central to a number of fields and has been studied extensively in the literature. For most planar graphs no $O(1)$-competitive online routing algorithm exists. A notable exception is the Delaunay…

This paper presents an artificial intelligence driven methodology to reduce the bottleneck often encountered in the analog ICs layout phase. We frame the floorplanning problem as a Markov Decision Process and leverage reinforcement learning…

机器学习 · 计算机科学 2024-05-28 Davide Basso , Luca Bortolussi , Mirjana Videnovic-Misic , Husni Habal

Graph drawing addresses the problem of finding a layout of a graph that satisfies given aesthetic and understandability objectives. The most important objective in graph drawing is minimization of the number of crossings in the drawing, as…

计算几何 · 计算机科学 2014-01-22 Mohamed A. El-Sayed , S. Abdel-Khalek , Hanan H. Amin

The number of triangulations of a planar n point set is known to be $c^n$, where the base $c$ lies between $2.43$ and $30.$ The fastest known algorithm for counting triangulations of a planar n point set runs in $O^*(2^n)$ time. The fastest…

计算几何 · 计算机科学 2014-11-21 Marek Karpinski , Andrzej Lingas , Dzmitry Sledneu

The Minimum Linear Arrangement problem (MLA) consists of finding a mapping $\pi$ from vertices of a graph to distinct integers that minimizes $\sum_{\{u,v\}\in E}|\pi(u) - \pi(v)|$. In that setting, vertices are often assumed to lie on a…

数据结构与算法 · 计算机科学 2025-11-05 Lluís Alemany-Puig , Juan Luis Esteban , Ramon Ferrer-i-Cancho

Floorplan reconstruction provides structural priors essential for reliable indoor robot navigation and high-level scene understanding. However, existing approaches either require time-consuming offline processing with a complete map, or…

机器人学 · 计算机科学 2025-03-06 Haolin Wang , Zeren Lv , Hao Wei , Haijiang Zhu , Yihong Wu

Assembly planning is a fundamental problem in robotics and automation, which involves designing a sequence of motions to bring the separate constituent parts of a product into their final placement in the product. Assembly planning is…

计算几何 · 计算机科学 2023-03-23 Pankaj K. Agarwal , Boris Aronov , Tzvika Geft , Dan Halperin

Linear-scaling electronic-structure techniques, also called O(N) techniques, rely heavily on the multiplication of sparse matrices, where the sparsity arises from spatial cut-offs. In order to treat very large systems, the calculations must…

材料科学 · 物理学 2009-10-31 D. R. Bowler , T. Miyazaki , M. J. Gillan

The wavelet tree has become a very useful data structure to efficiently represent and query large volumes of data in many different domains, from bioinformatics to geographic information systems. One problem with wavelet trees is their…

数据结构与算法 · 计算机科学 2016-10-20 José Fuentes-Sepúlveda , Erick Elejalde , Leo Ferres , Diego Seco

There exist many orthogonal graph drawing algorithms that minimize edge crossings or edge bends, however they produce unsatisfactory drawings in many practical cases. In this paper we present a grid-based algorithm for drawing orthogonal…

其他计算机科学 · 计算机科学 2018-07-26 Karlis Freivalds , Jans Glagolevs

An efficient low-order scaling method is presented for large-scale electronic structure calculations based on the density functional theory using localized basis functions, which directly computes selected elements of the density matrix by…

强关联电子 · 物理学 2010-05-04 Taisuke Ozaki

In the framework of convolutional neural networks that lie at the heart of deep learning, downsampling is often performed with a max-pooling operation that only retains the element with maximum activation, while completely discarding the…

计算机视觉与模式识别 · 计算机科学 2018-04-17 Ashwani Kumar

We give an algorithm to morph planar graph drawings that achieves small grid size at the expense of allowing a constant number of bends on each edge. The input is an $n$-vertex planar graph and two planar straight-line drawings of the graph…

计算几何 · 计算机科学 2024-09-09 Therese Biedl , Anna Lubiw , Jack Spalding-Jamieson

Floor plans are the basis of reasoning in and communicating about indoor environments. In this paper, we show that by modelling floor plans as sequences of line segments seen from a particular point of view, recent advances in…

机器人学 · 计算机科学 2022-03-08 Ludvig Ericson , Patric Jensfelt

We present a novel space-efficient graph coarsening technique for $n$-vertex planar graphs $G$, called cloud partition, which partitions the vertices $V(G)$ into disjoint sets $C$ of size $O(\log n)$ such that each $C$ induces a connected…

数据结构与算法 · 计算机科学 2024-06-19 Nina Hammer , Frank Kammer , Johannes Meintrup

Origami describes rules for creating folded structures from patterns on a flat sheet, but does not prescribe how patterns can be designed to fit target shapes. Here, starting from the simplest periodic origami pattern that yields one…

软凝聚态物质 · 物理学 2018-12-24 Levi H. Dudte , Etienne Vouga , Tomohiro Tachi , L. Mahadevan

We use a greedy strategy to list the spanning trees of the fan graph, $F_n$, such that successive trees differ by pivoting a single edge around a vertex. It is the first greedy algorithm for exhaustively generating spanning trees using such…

数据结构与算法 · 计算机科学 2021-08-24 Ben Cameron , Aaron Grubb , Joe Sawada