中文
相关论文

相关论文: Complexity of Cycle Length Modularity Problems in …

200 篇论文

Deciding whether a graph can be embedded in a grid using only unit-length edges is NP-complete, even when restricted to binary trees. However, it is not difficult to devise a number of graph classes for which the problem is polynomial, even…

数据结构与算法 · 计算机科学 2012-04-13 Vinícius G. P. de Sá , Guilherme D. da Fonseca , Raphael Machado , Celina M. H. de Figueiredo

We study the problem of experimental design for accurately identifying the causal graph structure of a simple structural causal model (SCM), where the underlying graph may include both cycles and bidirected edges induced by latent…

机器学习 · 统计学 2025-09-03 Haijie Xu , Chen Zhang

A graph $G$ realizes the degree sequence $S$ if the degrees of its vertices is $S$. Hakimi gave a necessary and sufficient condition to guarantee that there exists a connected multigraph realizing $S$. Taylor later proved that any connected…

离散数学 · 计算机科学 2018-09-17 Nicolas Bousquet , Arnaud Mary

We provide a fast distributed algorithm for detecting $h$-cycles in the \textsf{Congested Clique} model, whose running time decreases as the number of $h$-cycles in the graph increases. In undirected graphs, constant-round algorithms are…

数据结构与算法 · 计算机科学 2024-08-28 Keren Censor-Hillel , Tomer Even , Virginia Vassilevska Williams

The complexity of graph homomorphism problems has been the subject of intense study. It is a long standing open problem to give a (decidable) complexity dichotomy theorem for the partition function of directed graph homomorphisms. In this…

计算复杂性 · 计算机科学 2010-08-06 Jin-Yi Cai , Xi Chen

A directed graph is semi-transitive if and only if it is acyclic and for any directed path $u_1\rightarrow u_2\rightarrow \cdots \rightarrow u_t$, $t \geq 2$, either there is no edge from $u_1$ to $u_t$ or all edges $u_i\rightarrow u_j$…

组合数学 · 数学 2021-10-19 Sergey Kitaev , Artem Pyatkin

For any particular class of graphs, algorithms for computational problems restricted to the class often rely on structural properties that depend on the specific problem at hand. This begs the question if a large set of such results can be…

The metric dimension of a graph $G$ is the size of a smallest subset $L \subseteq V(G)$ such that for any $x,y \in V(G)$ with $x\not= y$ there is a $z \in L$ such that the graph distance between $x$ and $z$ differs from the graph distance…

计算复杂性 · 计算机科学 2016-07-13 Josep Diaz , Olli Pottonen , Maria Serna , Erik Jan van Leeuwen

A mixed graph $G$ is a graph that consists of both undirected and directed edges. An orientation of $G$ is formed by orienting all the undirected edges of $G$, i.e., converting each undirected edge $\{u,v\}$ into a directed edge that is…

数据结构与算法 · 计算机科学 2024-04-15 Loukas Georgiadis , Dionysios Kefallinos , Evangelos Kosinas

A cycle cover of a graph is a set of cycles such that every vertex is part of exactly one cycle. An L-cycle cover is a cycle cover in which the length of every cycle is in the set L. The weight of a cycle cover of an edge-weighted graph is…

数据结构与算法 · 计算机科学 2007-05-23 Bodo Manthey

We consider the fine-grained complexity of sparse graph problems that currently have $\tilde{O}(mn)$ time algorithms, where m is the number of edges and n is the number of vertices in the input graph. This class includes several important…

数据结构与算法 · 计算机科学 2017-10-20 Udit Agarwal , Vijaya Ramachandran

In Graph Theory a number of results were devoted to studying the computational complexity of the number modulo 2 of a graph's edge set decompositions of various kinds, first of all including its Hamiltonian decompositions, as well as the…

离散数学 · 计算机科学 2010-05-14 Greg Cohen

The problem of finding the longest simple cycle in a directed graph is NP-hard, with critical applications in computational biology, scheduling, and network analysis. Existing approaches include exact algorithms with exponential runtimes,…

数据结构与算法 · 计算机科学 2026-01-13 Ali Dasdan

The question of whether 3-Coloring can be solved in polynomial-time for the diameter two graphs is a well-known open problem in the area of algorithmic graph theory. We study the problem restricted to graph classes that avoid cycles of…

数据结构与算法 · 计算机科学 2023-07-28 Tereza Klimošová , Vibha Sahlot

Clique-width is a well-studied graph parameter. For graphs of bounded clique-width, many problems that are NP-hard in general can be polynomial-time solvable. The fact motivates several studies to investigate whether the clique-width of…

数据结构与算法 · 计算机科学 2022-02-01 Yu Nakahata

We study two extremal problems about subgraphs excluding a family $\F$ of graphs. i) Among all graphs with $m$ edges, what is the smallest size $f(m,\F)$ of a largest $\F$--free subgraph? ii) Among all graphs with minimum degree $\delta$…

组合数学 · 数学 2015-04-13 Florent Foucaud , Michael Krivelevich , Guillem Perarnau

A cycle cover of a graph is a set of cycles such that every vertex is part of exactly one cycle. An L-cycle cover is a cycle cover in which the length of every cycle is in the set L. The weight of a cycle cover of an edge-weighted graph is…

计算复杂性 · 计算机科学 2009-09-29 Bodo Manthey

A dominating set of a graph is a set of vertices such that every vertex not in the set has at least one neighbor in the set. The problem of counting dominating sets is #P-complete for chordal graphs but solvable in polynomial time for its…

离散数学 · 计算机科学 2022-07-04 Min-Sheng Lin

\emph{Bidirected graphs} (a sort of nonstandard graphs introduced by Edmonds and Johnson) provide a natural generalization to the notions of directed and undirected graphs. By a \emph{weakly (node- or edge-) acyclic} bidirected graph we…

组合数学 · 数学 2007-05-23 Maxim A. Babenko

For a directed graph $G$, and a linear order $\ll$ on the vertices of $G$, we define backedge graph $G^\ll$ to be the undirected graph on the same vertex set with edge $\{u,w\}$ in $G^\ll$ if and only if $(u,w)$ is an arc in $G$ and $w \ll…

计算复杂性 · 计算机科学 2026-02-13 Grzegorz Gutowski , Mikołaj Rams