中文
相关论文

相关论文: Graph Treewidth and Geometric Thickness Parameters

200 篇论文

Quasi-isometry is a measure of how similar two graphs are at `large-scale'. Nguyen, Scott, and Seymour [arXiv:2501.09839] and Hickingbotham [arXiv:2501.10840] independently gave a characterisation of graphs quasi-isometric to graphs of…

组合数学 · 数学 2025-12-29 Marc Distel

Over the past decade, we witness an increasing amount of interest in the design of exact exponential-time and parameterized algorithms for problems in Graph Drawing. Unfortunately, we still lack knowledge of general methods to develop such…

数据结构与算法 · 计算机科学 2023-10-10 Siddharth Gupta , Guy Sa'ar , Meirav Zehavi

The generalized $q$-Kneser graph $K_q(n,k,t)$ for integers $k>t>0$ and $n>2k-t$ is the graph whose vertices are the $k$-dimensional subspaces of an $n$-dimensional $F_q$-vectorspace with two vertices $U_1$ and $U_2$ adjacent if and only if…

组合数学 · 数学 2024-05-21 Klaus Metsch

Sparse structures are frequently sought when pursuing tractability in optimization problems. They are exploited from both theoretical and computational perspectives to handle complex problems that become manageable when sparsity is present.…

离散数学 · 计算机科学 2019-03-21 Yuri Faenza , Gonzalo Muñoz , Sebastian Pokutta

A \emph{geometric graph} is a graph whose vertex set is a set of points in general position in the plane, and its edges are straight line segments joining these points. We show that for every integer $k \ge 2$, there exists a constat $c>0$…

计算几何 · 计算机科学 2023-11-01 Ruy Fabila-Monroy

Let $\mathbf G$ be a graphing, that is a Borel graph defined by $d$ measure preserving involutions. We prove that if $\mathbf G$ is {\em treeable} then it arises as the local limit of some sequence $(G_n)_{n\in\mathbb{N}}$ of graphs with…

组合数学 · 数学 2016-01-22 Lucas Hosseini , Patrice Ossona de Mendez

Let $G$ be a connected graph in which almost all vertices have linear degrees and let $T$ be a uniform spanning tree of $G$. For any fixed rooted tree $F$ of height $r$ we compute the asymptotic density of vertices $v$ for which the…

概率论 · 数学 2018-11-26 Jan Hladký , Asaf Nachmias , Tuan Tran

For intractable problems on graphs of bounded treewidth, two graph parameters treedepth and vertex cover number have been used to obtain fine-grained complexity results. Although the studies in this direction are successful, we still need a…

数据结构与算法 · 计算机科学 2023-04-03 Tatsuya Gima , Tesshu Hanaka , Masashi Kiyomi , Yasuaki Kobayashi , Yota Otachi

This paper studies graphs that have two tree decompositions with the property that every bag from the first decomposition has a bounded-size intersection with every bag from the second decomposition. We show that every graph in each of the…

组合数学 · 数学 2018-05-21 Vida Dujmović , Gwenaël Joret , Pat Morin , Sergey Norin , David R. Wood

A vertex of degree one in a tree is called an end vertex and a vertex of degree at least three is called a branch vertex. For a graph $G$, let $\sigma_2$ be the minimum degree sum of two nonadjacent vertices in $G$. We consider tree…

组合数学 · 数学 2015-05-19 Zhora Nikoghosyan

A tree $T$, in an edge-colored graph $G$, is called {\em a rainbow tree} if no two edges of $T$ are assigned the same color. A {\em $k$-rainbow coloring}of $G$ is an edge coloring of $G$ having the property that for every set $S$ of $k$…

组合数学 · 数学 2013-10-10 Tingting Liu , Yumei Hu

We investigate two recently introduced graph parameters, both of which measure the complexity of the tree decompositions of a given graph. Recall that the treewidth ${\rm tw}(G)$ of a graph $G$ measures the largest number of vertices…

组合数学 · 数学 2026-01-21 Alex Koutsoutis , Kilian Krause , Chun-Hung Liu , Mirza Redzic , Torsten Ueckerdt

An independent edge set of graph $G$ is a matching, and is maximal if it is not a proper subset of any other matching of $G$. The number of all the maximal matchings of $G$ is denoted by $\Psi(G)$. In this paper, an algorithm to count…

组合数学 · 数学 2025-06-11 Lingjuan Shi , Wei Li , Kai Deng

We here investigate on the complexity of computing the \emph{tree-length} and the \emph{tree-breadth} of any graph $G$, that are respectively the best possible upper-bounds on the diameter and the radius of the bags in a tree decomposition…

计算复杂性 · 计算机科学 2016-01-11 Guillaume Ducoffe , Sylvain Legay , Nicolas Nisse

We introduce the tree distance, a new distance measure on graphs. The tree distance can be computed in polynomial time with standard methods from convex optimization. It is based on the notion of fractional isomorphism, a characterization…

离散数学 · 计算机科学 2021-04-30 Jan Böker

A graph $G$ contains a graph $H$ as an induced minor if $H$ can be obtained from $G$ after vertex deletions and edge contractions. We show that for every $k$-vertex planar graph $H$, every graph $G$ excluding $H$ as an induced minor and…

组合数学 · 数学 2024-07-23 Édouard Bonnet , Jędrzej Hodor , Tuukka Korhonen , Tomáš Masařík

In this paper, we characterise graphs that are quasi-isometric to graphs with bounded treewidth. Specifically, we prove that a graph is quasi-isometric to a graph with bounded treewidth if and only if it has a tree-decomposition where each…

组合数学 · 数学 2025-08-21 Robert Hickingbotham

For a graph $G$, let $c_k(G)$ be the number of spanning trees of $G$ with maximum degree at most $k$. For $k \ge 3$, it is proved that every connected $n$-vertex $r$-regular graph $G$ with $r \ge \frac{n}{k+1}$ satisfies $$ c_k(G)^{1/n} \ge…

组合数学 · 数学 2022-08-01 Raphael Yuster

A "tree-partition" of a graph $G$ is a partition of $V(G)$ such that identifying the vertices in each part gives a tree. It is known that every graph with treewidth $k$ and maximum degree $\Delta$ has a tree-partition with parts of size…

组合数学 · 数学 2023-07-31 Marc Distel , David R. Wood

By a well known result the treewidth of k-outerplanar graphs is at most 3k-1. This paper gives, besides a rigorous proof of this fact, an algorithmic implementation of the proof, i.e. it is shown that, given a k-outerplanar graph G, a tree…

数据结构与算法 · 计算机科学 2013-01-25 Ioannis Katsikarelis