中文
相关论文

相关论文: Improved Compact Visibility Representation of Plan…

200 篇论文

We develop new techniques for the construction and classification of representations of row-finite and locally convex higher-rank graph C*-algebras O. This class includes Cuntz--Krieger algebras associated to row-finite directed graphs. Our…

算子代数 · 数学 2026-04-20 Arnaud Brothier , Aidan Sims , Dilshan Wijesena

The Planar Graph Product Structure Theorem of Dujmovi\'c et al. [J. ACM '20] says that every planar graph $G$ is contained in $H\boxtimes P\boxtimes K_3$ for some planar graph $H$ with treewidth at most 3 and some path $P$. This result has…

组合数学 · 数学 2025-02-05 Kevin Hendrey , David R. Wood

A dominating set in a graph $G$ is a set $S$ of vertices such that every vertex of $G$ is either in $S$ or is adjacent to a vertex in $S$. Nordhaus-Gaddum inequailties relate a graph $G$ to its complement $\bar{G}$. In this spirit Wagner…

组合数学 · 数学 2019-10-30 Lauren Keough , David Shane

We give an efficient randomized algorithm to construct a box representation of any graph G on n vertices in $1.5 (\Delta + 2) \ln n$ dimensions, where $\Delta$ is the maximum degree of G. We also show that $\boxi(G) \le (\Delta + 2) \ln n$…

离散数学 · 计算机科学 2007-07-31 L. Sunil Chandran , Mathew C Francis , Naveen Sivadasan

We show that planar embeddable 3-connected CAD graphs are generically non-soluble. A CAD graph represents a configuration of points on the Euclidean plane with just enough distance dimensions between them to ensure rigidity. Formally, a CAD…

组合数学 · 数学 2007-05-23 John C. Owen , Stephen C. Power

A graph $G$ is 3-colorable if and only if it maps homomorphically to the complete 3-vertex graph $K_3$. The last condition can be checked by a $k$-consistency algorithm where the parameter $k$ has to be chosen large enough, dependent on…

计算复杂性 · 计算机科学 2014-02-18 Albert Atserias , Anuj Dawar , Oleg Verbitsky

For a given collection G of directed graphs we define the join-reachability graph of G, denoted by J(G), as the directed graph that, for any pair of vertices a and b, contains a path from a to b if and only if such a path exists in all…

数据结构与算法 · 计算机科学 2010-12-23 Loukas Georgiadis , Stavros D. Nikolopoulos , Leonidas Palios

We introduce and study a new graph representation where vertices are embedded in three or more dimensions, and in which the edges are drawn on the projections onto the axis-parallel planes. We show that the complete graph on $n$ vertices…

离散数学 · 计算机科学 2020-10-06 N. R. Aravind , Udit Maniyar

The Sparsest Cut is a fundamental optimization problem that has been extensively studied. For planar inputs the problem is in $P$ and can be solved in $\tilde{O}(n^3)$ time if all vertex weights are $1$. Despite a significant amount of…

数据结构与算法 · 计算机科学 2020-07-07 Amir Abboud , Vincent Cohen-Addad , Philip N. Klein

The greedy spanner is arguably the simplest and most well-studied spanner construction. Experimental results demonstrate that it is at least as good as any other spanner construction, in terms of both the size and weight parameters.…

数据结构与算法 · 计算机科学 2020-01-22 Arnold Filtser , Shay Solomon

The minrank of a graph $G$ is the minimum rank of a matrix $M$ that can be obtained from the adjacency matrix of $G$ by switching some ones to zeros (i.e., deleting edges) and then setting all diagonal entries to one. This quantity is…

计算复杂性 · 计算机科学 2017-02-17 Alexander Golovnev , Oded Regev , Omri Weinstein

Let $G$ be a graph and $\gamma (G)$ denote the domination number of $G$, i.e. the cardinality of a smallest set of vertices $S$ such that every vertex of $G$ is either in $S$ or adjacent to a vertex in $S$. Matheson and Tarjan conjectured…

组合数学 · 数学 2019-03-07 Michael D. Plummer , Dong Ye , Xiaoya Zha

Visibility problems have been investigated for a long time under different assumptions as they pose challenging combinatorial problems and are connected to robot navigation problems. The mutual-visibility problem in a graph $G$ of $n$…

计算复杂性 · 计算机科学 2024-07-02 Davide Bilò , Alessia Di Fonso , Gabriele Di Stefano , Stefano Leucci

The diameter of an undirected or a directed graph is defined to be the maximum shortest path distance over all pairs of vertices in the graph. Given an undirected graph $G$, we examine the problem of assigning directions to each edge of $G$…

数据结构与算法 · 计算机科学 2022-03-09 Debajyoti Mondal , N. Parthiban , Indra Rajasingh

We give an alternate proof of Schnyder's Theorem, that the incidence poset of a graph $G$ has dimension at most three if and only if $G$ is planar.

组合数学 · 数学 2016-06-30 Fidel Barrera-Cruz , Penny Haxell

Let $G = (V,E)$ be a graph on $n$ vertices and $f: V\rightarrow [1,n]$ a one to one map of $V$ onto the integers $1$ through $n$. Let $dilation(f) =$ max$\{ |f(v) - f(w)|: vw\in E \}$. Define the {\it bandwidth} $B(G)$ of $G$ to be the…

组合数学 · 数学 2015-12-23 Tao Jiang , Zevi Miller , Derrek Yager

Word-representable graphs, characterized by the existence of a semi-transitive orientation, form a well-studied class of graphs. Comparability graphs form another well-studied class and constitute a subclass of word-representable graphs.…

离散数学 · 计算机科学 2026-05-15 Benny George Kenkireth , Gopalan Sajith , Sreyas Sasidharan

The directed graph reachability problem takes as input an $n$-vertex directed graph $G=(V,E)$, and two distinguished vertices $s$ and $t$. The problem is to determine whether there exists a path from $s$ to $t$ in $G$. This is a canonical…

数据结构与算法 · 计算机科学 2019-09-23 Ryo Ashida , Kotaro Nakagawa

How efficiently can we find an unknown graph using distance or shortest path queries between its vertices? Let $G = (V,E)$ be an unweighted, connected graph of bounded degree. The edge set $E$ is initially unknown, and the graph can be…

数据结构与算法 · 计算机科学 2015-02-19 Sampath Kannan , Claire Mathieu , Hang Zhou

For any fixed graph $G$, the subgraph isomorphism problem asks whether an $n$-vertex input graph has a subgraph isomorphic to $G$. A well-known algorithm of Alon, Yuster and Zwick (1995) efficiently reduces this to the "colored" version of…

计算复杂性 · 计算机科学 2020-11-04 Gregory Rosenthal