中文
相关论文

相关论文: How Complex are Random Graphs in First Order Logic…

200 篇论文

An edge-weighted graph $G=(V,E)$ is called stable if the value of a maximum-weight matching equals the value of a maximum-weight fractional matching. Stable graphs play an important role in some interesting game theory problems, such as…

数据结构与算法 · 计算机科学 2017-11-28 Zhuan Khye Koh , Laura Sanità

The maximum modularity of a graph is a parameter widely used to describe the level of clustering or community structure in a network. Determining the maximum modularity of a graph is known to be NP-complete in general, and in practice a…

数据结构与算法 · 计算机科学 2022-12-22 Kitty Meeks , Fiona Skerman

Spectrum of a first order sentence is the set of all $\alpha$ such that $G(n, n^{-\alpha})$ does not obey zero-one law w.r.t. this sentence. We have proved that the minimal number of quantifier alternations of a first order sentence with an…

组合数学 · 数学 2017-09-27 Aleksandr Matushkin , Maksim Zhukovskii

Given a graph whose nodes may be coloured red, the parity of the number of red nodes can easily be maintained with first-order update rules in the dynamic complexity framework DynFO of Patnaik and Immerman. Can this be generalised to other…

计算机科学中的逻辑 · 计算机科学 2023-06-22 Nils Vortmeier , Thomas Zeume

It is well known that any graph admits a crossing-free straight-line drawing in $\mathbb{R}^3$ and that any planar graph admits the same even in $\mathbb{R}^2$. For a graph $G$ and $d \in \{2,3\}$, let $\rho^1_d(G)$ denote the smallest…

计算复杂性 · 计算机科学 2024-03-04 Steven Chaplick , Krzysztof Fleszar , Fabian Lipp , Alexander Ravsky , Oleg Verbitsky , Alexander Wolff

Consider a random graph G in G(n,p) and the graph property: G contains a copy of a specific graph H. (Note: H depends on n; a motivating example: H is a Hamiltonian cycle.) Let q be the minimal value for which the expected number of copies…

组合数学 · 数学 2007-05-23 Jeff Kahn , Gil Kalai

The skewness of a graph G is the minimum number of edges in G whose removal results in a planar graph. By appropriately introducing a weight to each edge of a graph, we determine, among other thing, the skewness of the generalized Petersen…

组合数学 · 数学 2017-09-20 Gek L. Chia , Chan L. Lee , Yan Hao Ling

A graph is called 1-planar if it can be drawn on the plane so that each edge is crossed by at most one other edge. In this paper, we establish a local property of 1-planar graphs which describes the structure in the neighborhood of small…

离散数学 · 计算机科学 2011-01-04 Xin Zhang , Guizhen Liu , Jian-Liang Wu

We say that a graph with $n$ vertices is $c$-Ramsey if it does not contain either a clique or an independent set of size $c \log n$. We define a CNF formula which expresses this property for a graph $G$. We show a superpolynomial lower…

计算复杂性 · 计算机科学 2013-03-14 Massimo Lauria , Pavel Pudlák , Vojtěch Rödl , Neil Thapen

A numbering $f$ of a graph $G$ of order $n$ is a labeling that assigns distinct elements of the set $\{1,2, \ldots, n \}$ to the vertices of $G$. The strength $\mathrm{str}\left(G\right) $ of $G$ is defined by $\mathrm{str}\left( G\right)…

组合数学 · 数学 2023-11-28 Rikio Ichishima , Francesc A. Muntaner-Batle , Yukio Takahashi

The complexity of a graph is the number of its labeled spanning trees. In this work complexity is studied in settings that admit regular graphs. An exact formula is established linking complexity of the complement of a regular graph to…

组合数学 · 数学 2025-08-18 Gregory P Constantine , Gregory Magda

Clustering algorithms for large networks typically use modularity values to test which partitions of the vertex set better represent structure in the data. The modularity of a graph is the maximum modularity of a partition. We consider the…

组合数学 · 数学 2022-12-22 Colin McDiarmid , Fiona Skerman

Network complexity has been studied for over half a century and has found a wide range of applications. Many methods have been developed to characterize and estimate the complexity of networks. However, there has been little research with…

机器学习 · 统计学 2021-01-13 Yann Issartel

Graph polynomials are graph parameters invariant under graph isomorphisms which take values in a polynomial ring with a fixed finite number of indeterminates. We study graph polynomials from a model theoretic point of view. In this paper we…

逻辑 · 数学 2018-05-24 J. A. Makowsky , E. V. Ravve , T. Kotek

A finite non-increasing sequence of positive integers $d = (d_1\geq \cdots\geq d_n)$ is called a degree sequence if there is a graph $G = (V,E)$ with $V = \{v_1,\ldots,v_n\}$ and $deg(v_i)=d_i$ for $i=1,\ldots,n$. In that case we say that…

组合数学 · 数学 2021-01-08 Atabey Kaygun

Let $G$ be a graph on $n$ vertices with adjacency matrix $A$, and let $\mathbf{1}$ be the all-ones vector. We call $G$ controllable if the set of vectors $\mathbf{1}, A\mathbf{1}, \dots, A^{n-1}\mathbf{1}$ spans the whole space…

组合数学 · 数学 2023-09-12 Aida Abiad , Anuj Dawar , Octavio Zapata

Dynamic Complexity (as introduced by Patnaik and Immerman) tries to express how hard it is to update the solution to a problem when the input is changed slightly. It considers the changes required to some stored data structure (possibly a…

计算复杂性 · 计算机科学 2013-12-10 Jenish C. Mehta

The \emph{$k$-restricted edge-connectivity} of a graph $G$, denoted by $\lambda_k(G)$, is defined as the minimum size of an edge set whose removal leaves exactly two connected components each containing at least $k$ vertices. This graph…

数据结构与算法 · 计算机科学 2016-09-20 Luis Pedro Montejano , Ignasi Sau

The minimum rank of a graph G is the minimum rank over all real symmetric matrices whose off-diagonal sparsity pattern is the same as that of the adjacency matrix of G. In this note we present the first exact algorithm for the minimum rank…

组合数学 · 数学 2019-12-03 Boris Brimkov , Zachary Scherr

A graph $G$ is $q$-Ramsey for another graph $H$ if in any $q$-edge-colouring of $G$ there is a monochromatic copy of $H$, and the classic Ramsey problem asks for the minimum number of vertices in such a graph. This was broadened in the…

组合数学 · 数学 2025-03-05 Simona Boyadzhiyska , Dennis Clemens , Shagnik Das , Pranshu Gupta