中文
相关论文

相关论文: Forbidden Induced Subgraphs and the {\L}o\'s-Tarsk…

200 篇论文

Given a graph $F$, let $I(F)$ be the class of graphs containing $F$ as an induced subgraph. Let $W[F]$ denote the minimum $k$ such that $I(F)$ is definable in $k$-variable first-order logic. The recognition problem of $I(F)$, known as…

计算复杂性 · 计算机科学 2023-06-22 Oleg Verbitsky , Maksim Zhukovskii

We investigate a generalization of the {\L}o\'s-Tarski preservation theorem via the semantic notion of \emph{preservation under substructures modulo $k$-sized cores}. It was shown earlier that over arbitrary structures, this semantic notion…

计算机科学中的逻辑 · 计算机科学 2014-01-24 Abhisekh Sankaran , Bharat Adsul , Supratik Chakraborty

A class of graphs is $\chi$-bounded if there is a function $f$ such that $\chi(G)\le f(\omega(G))$ for every induced subgraph $G$ of every graph in the class, where $\chi,\omega$ denote the chromatic number and clique number of $G$…

组合数学 · 数学 2019-03-15 Alex Scott , Paul Seymour

A class of graphs closed under taking induced subgraphs is $\chi$-bounded if there exists a function $f$ such that for all graphs $G$ in the class, $\chi(G) \leq f(\omega(G))$. We consider the following question initially studied in [A.…

Transductions are a general formalism for expressing transformations of graphs (and more generally, of relational structures) in logic. We prove that a graph class $\mathscr{C}$ can be $\mathsf{FO}$-transduced from a class of bounded-height…

组合数学 · 数学 2022-04-01 Michał Pilipczuk , Patrice Ossona de Mendez , Sebastian Siebertz

Let $G$ be a simple finite connected graph. The line graph $L(G)$ of graph $G$ is the graph whose vertices are the edges of $G$, where $ef \in E(L(G))$ when $e \cap f \neq \emptyset$. Iteratively, the higher order line graphs are defined…

组合数学 · 数学 2024-10-08 Aryan Sanghi , Devsi Bantva , Sudebkumar Prasant Pal

In this dissertation, we present for each natural number $k$, semantic characterizations of the $\exists^k \forall^*$ and $\forall^k \exists^*$ prefix classes of first order logic sentences, over all structures finite and infinite. This…

计算机科学中的逻辑 · 计算机科学 2016-09-21 Abhisekh Sankaran

A well-established research line in structural and algorithmic graph theory is characterizing graph classes by listing their minimal obstructions. When this list is finite for some class $\mathcal C$ we obtain a polynomial-time algorithm…

组合数学 · 数学 2024-01-19 Santiago Guzmán-Pro

In the course of proving the strong perfect graph theorem, Chudnovsky, Robertson, Seymour, and Thomas showed that every perfect graph either belongs to one of five basic classes or admits one of several decompositions. Four of the basic…

组合数学 · 数学 2012-03-05 Boris Alexeev , Alexandra Fradkin , Ilhee Kim

Given a graph property $\Phi$, the problem $\#\mathsf{IndSub}(\Phi)$ asks, on input a graph $G$ and a positive integer $k$, to compute the number of induced subgraphs of size $k$ in $G$ that satisfy $\Phi$. The search for explicit criteria…

计算复杂性 · 计算机科学 2021-05-14 Marc Roth , Johannes Schmitt , Philip Wellnitz

The graph parameter shrub-depth is a dense analog of tree-depth. We characterize classes of bounded shrub-depth by forbidden induced subgraphs. The obstructions are well-controlled flips of large half-graphs and of disjoint unions of many…

计算机科学中的逻辑 · 计算机科学 2025-01-24 Nikolas Mählmann

For every $q\in \mathbb N$ let $\textrm{FO}_q$ denote the class of sentences of first-order logic FO of quantifier rank at most $q$. If a graph property can be defined in $\textrm{FO}_q$, then it can be decided in time $O(n^q)$. Thus,…

计算机科学中的逻辑 · 计算机科学 2017-04-12 Yijia Chen , Joerg Flum , Xuangui Huang

A graph is circle if there is a family of chords in a circle such that two vertices are adjacent if the corresponding chords cross each other. There are diverse characterizations of circle graphs, many of them using the notions of local…

离散数学 · 计算机科学 2020-06-02 Nina Pardal

We prove that finding a $k$-edge induced subgraph is fixed-parameter tractable, thereby answering an open problem of Leizhen Cai. Our algorithm is based on several combinatorial observations, Gauss' famous \emph{Eureka} theorem [Andrews,…

数据结构与算法 · 计算机科学 2012-05-02 Bingkai Lin , Yijia Chen

Let CMSO denote the counting monadic second order logic of graphs. We give a constructive proof that for some computable function $f$, there is an algorithm $\mathfrak{A}$ that takes as input a CMSO sentence $\varphi$, a positive integer…

计算机科学中的逻辑 · 计算机科学 2023-06-22 Mateus de Oliveira Oliveira

We study on which classes of graphs first-order logic (FO) and monadic second-order logic (MSO) have the same expressive power. We show that for all classes C of graphs that are closed under taking subgraphs, FO and MSO have the same…

计算机科学中的逻辑 · 计算机科学 2015-03-20 Michael Elberfeld , Martin Grohe , Till Tantau

We show that the model-checking problem for successor-invariant first-order logic is fixed-parameter tractable on graphs with excluded topological subgraphs when parameterised by both the size of the input formula and the size of the…

计算机科学中的逻辑 · 计算机科学 2016-05-05 Kord Eickmeyer , Ken-ichi Kawarabayashi

It is well known that the classic {\L}o\'s-Tarski preservation theorem fails in the finite: there are first-order definable classes of finite structures closed under extensions which are not definable (in the finite) in the existential…

计算机科学中的逻辑 · 计算机科学 2020-10-27 Anuj Dawar , Abhisekh Sankaran

It is known that first-order logic with some counting extensions can be efficiently evaluated on graph classes with bounded expansion, where depth-$r$ minors have constant density. More precisely, the formulas are $\exists x_1 ... x_k \#y…

计算机科学中的逻辑 · 计算机科学 2023-07-06 Jan Dreier , Daniel Mock , Peter Rossmanith

We obtain an algorithmic meta-theorem for the following optimization problem. Let \phi\ be a Counting Monadic Second Order Logic (CMSO) formula and t be an integer. For a given graph G, the task is to maximize |X| subject to the following:…

数据结构与算法 · 计算机科学 2013-09-09 Fedor Fomin , Ioan Todinca , Yngve Villanger
‹ 上一页 1 2 3 10 下一页 ›