中文
相关论文

相关论文: General Position Problem of Butterfly Networks

200 篇论文

Given a graph $G$, a geodesic packing in $G$ is a set of vertex-disjoint maximal geodesics, and the geodesic packing number of $G$, ${\gpack}(G)$, is the maximum cardinality of a geodesic packing in $G$. It is proved that the decision…

组合数学 · 数学 2023-07-06 Paul Manuel , Bostjan Bresar , Sandi Klavzar

A recent variation of the classical geodetic problem, the strong geodetic problem, is defined as follows. If $G$ is a graph, then ${\rm sg}(G)$ is the cardinality of a smallest vertex subset $S$, such that one can assign a fixed geodesic to…

组合数学 · 数学 2017-08-15 Sandi Klavžar , Paul Manuel

We consider a minimizing variant of the well-known \emph{No-Three-In-Line Problem}, the \emph{Geometric Dominating Set Problem}: What is the smallest number of points in an $n\times n$~grid such that every grid point lies on a common line…

计算几何 · 计算机科学 2023-09-29 Oswin Aichholzer , David Eppstein , Eva-Maria Hainzl

Given a graph $G$, a configuration space of $G$ can be thought of as the set of all possible configurations of "robots" which can move throughout $G$, subject to some constraints. We introduce a type of configuration space which we call…

组合数学 · 数学 2026-02-11 Alessia Revelli , Steven Scheirer

Modern global navigation satellite system receivers can access signals from several satellite constellations (including GPS, GLONASS, Galileo, BeiDou). Once these constellations are all fully operational, a typical receiver can expect to…

信号处理 · 电气工程与系统科学 2018-08-23 Urs Niesen , Olivier Leveque

Let $P$ be an $N$-element point set in the plane. Consider $N$ (pointlike) grasshoppers sitting at different points of $P$. In a "legal" move, any one of them can jump over another, and land on its other side at exactly the same distance.…

组合数学 · 数学 2023-05-09 János Pach , Gábor Tardos

Global localization in 3D point clouds is a challenging problem of estimating the pose of vehicles without any prior knowledge. In this paper, a solution to this problem is presented by achieving place recognition and metric pose estimation…

机器人学 · 计算机科学 2022-11-29 Huan Yin , Li Tang , Xiaqing Ding , Yue Wang , Rong Xiong

The edge isoperimetric problem for a graph $G$ is to determine, for each $n$, the minimum number of edges leaving any set of $n$ vertices. In general this problem is NP-hard, but exact solutions are known in some special cases, for example…

组合数学 · 数学 2018-09-05 Ben Barber , Joshua Erde

For a graph $G=(V,E)$, a set $S \subseteq V$ is a $[1,2]$-set if it is a dominating set for $G$ and each vertex $v \in V \setminus S$ is dominated by at most two vertices of $S$, i.e. $1 \leq \vert N(v) \cap S \vert \leq 2$. Moreover a set…

离散数学 · 计算机科学 2017-07-21 P. Sharifani , M. R. Hooshmandasl

Let $G=(V,E)$ be a simple graph. A dominating set of $G$ is a subset $S\subseteq V$ such that every vertex not in $S$ is adjacent to at least one vertex in $S$. The cardinality of a smallest dominating set of $G$, denoted by $\gamma(G)$, is…

组合数学 · 数学 2022-11-15 Saieed Akbari , Nima Ghanbari , Michael A. Henning

Let G be an undirected graph on n vertices and let S(G) be the set of all real symmetric n x n matrices whose nonzero off-diagonal entries occur in exactly the positions corresponding to the edges of G. The inverse inertia problem for G…

组合数学 · 数学 2007-11-21 Wayne Barrett , H. Tracy Hall , Raphael Loewy

The general position problem in graph theory asks for the number of vertices in a largest set $S$ of vertices of a graph $G$ such that no shortest path of $G$ contains more than two vertices of $S$. The analogous monophonic position problem…

组合数学 · 数学 2025-11-18 Ullas Chandran S. V. , Sandi Klavžar , Neethu P. K. , James Tuite

A tessellation of a graph is a partition of its vertices into vertex disjoint cliques. A tessellation cover of a graph is a set of tessellations that covers all of its edges, and the tessellation cover number, denoted by $T(G)$, is the size…

A finite point set in $\mathbb{R}^d$ is in general position if no $d + 1$ points lie on a common hyperplane. Let $\alpha_d(N)$ be the largest integer such that any set of $N$ points in $\mathbb{R}^d$, with no $d + 2$ members on a common…

组合数学 · 数学 2026-01-14 Andrew Suk , Ji Zeng

Given a network represented by a graph $G=(V,E)$, we consider a dynamical process of influence diffusion in $G$ that evolves as follows: Initially only the nodes of a given $S\subseteq V$ are influenced; subsequently, at each round, the set…

数据结构与算法 · 计算机科学 2016-10-13 Gennaro Cordasco , Luisa Gargano , Marco Mecchia , Adele A. Rescigno , Ugo Vaccaro

Let $M$ be a 3-manifold. Every knotted (embedded) surface in $M \times \R$ can be moved via an ambient isotopy in such a way that its projection into $M$ is a generic surface. A surface is generic if every point on it is either a regular,…

几何拓扑 · 数学 2016-05-30 Doron Ben Hadar

A point set $S \subseteq \mathbb{R}^2$ is universal for a class $\cal G$ if every graph of ${\cal G}$ has a planar straight-line embedding on $S$. It is well-known that the integer grid is a quadratic-size universal point set for planar…

计算几何 · 计算机科学 2015-08-25 Patrizio Angelini , Till Bruckdorfer , Michael Kaufmann , Tamara Mchedlidze

We study the parameterized complexity of a robust generalization of the classical Feedback Vertex Set problem, namely the Group Feedback Vertex Set problem; we are given a graph G with edges labeled with group elements, and the goal is to…

数据结构与算法 · 计算机科学 2011-12-30 Marek Cygan , Marcin Pilipczuk , Michał Pilipczuk

This paper establishes an upper bound on the number of generalized cospectral mates of simple graphs, where the generalized spectrum consists of the spectrum of a graph and its complement. Moving beyond the classical problem of identifying…

组合数学 · 数学 2026-03-24 Muhammad Raza , Obaid Ullah Ahmad , Mudassir Shabbir , Waseem Abbas

The problem of uniformly placing N points onto a sphere finds applications in many areas. For example, points on the sphere correspond to unit quaternions as well as to the group of rotations SO(3) and the online version of generating…

计算几何 · 计算机科学 2020-05-14 Paul C. Bell , Igor Potapov