中文
相关论文

相关论文: Graphs with polynomially many minimal separators

200 篇论文

Galvin showed that for all fixed $\delta$ and sufficiently large $n$, the $n$-vertex graph with minimum degree $\delta$ that admits the most independent sets is the complete bipartite graph $K_{\delta,n-\delta}$. He conjectured that except…

组合数学 · 数学 2012-04-16 John Engbers , David Galvin

We investigate the Minimum Eccentricity Shortest Path problem in some structured graph classes. It asks for a given graph to find a shortest path with minimum eccentricity. Although it is NP-hard in general graphs, we demonstrate that a…

离散数学 · 计算机科学 2015-11-17 Feodor F. Dragan , Arne Leitert

Let $A$ and $B$ be disjoint, non-adjacent vertex-sets in an undirected, connected graph $G$, whose vertices are associated with positive weights. We address the problem of identifying a minimum-weight subset of vertices $S\subseteq V(G)$…

数据结构与算法 · 计算机科学 2025-06-06 Batya Kenig

Subdividing an edge $uv$ in a graph replaces it by a path $u w v$ with one new vertex. For a graph $H$, the \textsc{$H$-free Subdivision} problem asks whether, given a graph $G$ and an integer $k$, one can destroy all induced copies of $H$…

数据结构与算法 · 计算机科学 2026-04-28 Marta Piecyk , R. B. Sandeep

This is the first in a series of two papers dealing with $(2P_3,C_4,C_6)$-free graphs, or equivalently, $(2P_3,\text{even hole})$-free graphs. In this two-paper series, we give a full structural description of $(2P_3,C_4,C_6)$-free graphs…

组合数学 · 数学 2025-11-17 Irena Penev

This is my PhD thesis which was defended in May 2021. We call an induced cycle of length at least four a hole. The parity of a hole is the parity of its length. Forbidding holes of certain types in a graph has deep structural implications.…

组合数学 · 数学 2023-12-20 Linda Cook

We exhibit a new obstacle to the nascent algorithmic theory for classes excluding an induced minor. We indeed show that on the class of string graphs -- which avoids the 1-subdivision of, say, $K_5$ as an induced minor -- Induced 2-Disjoint…

计算复杂性 · 计算机科学 2025-02-11 Pierre Aboulker , Édouard Bonnet , Timothé Picavet , Nicolas Trotignon

We consider the fundamental algorithmic problem of finding a cycle of minimum weight in a weighted graph. In particular, we show that the minimum weight cycle problem in an undirected n-node graph with edge weights in {1,...,M} or in a…

数据结构与算法 · 计算机科学 2011-04-15 Liam Roditty , Virginia Vassilevska Williams

A hole in a graph $G$ is an induced cycle of length at least four, and an even hole is a hole of even length. The diamond is the graph obtained from the complete graph $K_4$ by removing an edge. A pyramid is a graph consisting of a triangle…

组合数学 · 数学 2023-09-06 Tara Abrishami , Maria Chudnovsky , Sepehr Hajebi , Sophie Spirkl

We show that the dominating set problem parameterized by solution size is fixed-parameter tractable (FPT) in graphs that do not contain the claw (K(1,3)), the complete bipartite graph on four vertices where the two parts have one and three…

数据结构与算法 · 计算机科学 2015-03-17 Marek Cygan , Geevarghese Philip , Marcin Pilipczuk , Michał Pilipczuk , Jakub Onufry Wojtaszczyk

This is the first paper in a series whose goal is to give a polynomial time algorithm for the $4$-coloring problem and the $4$-precoloring extension problem restricted to the class of graphs with no induced six-vertex path, thus proving a…

组合数学 · 数学 2018-07-16 Maria Chudnovsky , Sophie Spirkl , Mingxian Zhong

We give a very short and simple proof of Zykov's generalization of Tur\'{a}n's theorem, which implies that the number of maximum independent sets of a graph of order $n$ and independence number $\alpha$ with $\alpha<n$ is at most…

组合数学 · 数学 2018-05-08 Elena Mohr , Dieter Rautenbach

The class of all even-hole-free graphs has unbounded tree-width, as it contains all complete graphs. Recently, a class of (even-hole, $K_4$)-free graphs was constructed, that still has unbounded tree-width [Sintiari and Trotignon, 2019].…

离散数学 · 计算机科学 2023-10-30 Pierre Aboulker , Isolde Adler , Eun Jung Kim , Ni Luh Dewi Sintiari , Nicolas Trotignon

A $k$-ladder is the graph obtained from two disjoint paths, each with $k$ vertices, by joining the $i$th vertices of both paths with an edge for each $i\in\{ 1,\ldots,k\}$. In this paper, we show that for all positive integers $k$ and $d$,…

组合数学 · 数学 2025-09-05 Mujin Choi , Sebastian Wiederrecht

We show that, for every fixed positive integers $r$ and $k$, \textsc{Max-Weight List $r$-Colorable Induced Subgraph} admits a polynomial-time algorithm on $kP_3$-free graphs. This problem is a common generalization of \textsc{Max-Weight…

组合数学 · 数学 2025-05-05 Esther Galby , Paloma T. Lima , Andrea Munaro , Amir Nikabadi

An even hole is an induced chordless cycle of even length at least four. A diamond is an induced subgraph isomorphic to K_4-e. We show that graphs without even holes and without diamonds can be decomposed via clique-separators into graphs…

组合数学 · 数学 2011-04-21 Ton Kloks

A hole is a chordless cycle with at least four vertices. A hole is odd if it has an odd number of vertices. A banner is a graph which consists of a hole on four vertices and a single vertex with precisely one neighbor on the hole. We prove…

组合数学 · 数学 2017-10-17 Chính T. Hoàng

The $H$-Induced Minor Containment problem ($H$-IMC) consists in deciding if a fixed graph $H$ is an induced minor of a graph $G$ given as input, that is, whether $H$ can be obtained from $G$ by deleting vertices and contracting edges.…

数据结构与算法 · 计算机科学 2025-10-29 Clément Dallard , Maël Dumas , Claire Hilaire , Anthony Perez

We provide an algorithm requiring only $O(N^2)$ time to compute the maximum weight independent set of interval filament graphs. This also implies an $O(N^4)$ algorithm to compute the maximum weight induced matching of interval filament…

数据结构与算法 · 计算机科学 2021-10-19 Darcy Best , Max Ward

The complexity of classical computational problems in graph classes defined by forbidding induced subgraphs is one of the central topics of algorithmic graph theory. Recently, there has been a growing interest in the complexity of such…

数据结构与算法 · 计算机科学 2026-04-28 Paweł Rafał Bieliński , Marta Piecyk , Paweł Rzążewski