中文
相关论文

相关论文: Counting Restricted Homomorphisms via M\"obius Inv…

200 篇论文

Subgraph and homomorphism counting are fundamental algorithmic problems. Given a constant-sized pattern graph $H$ and a large input graph $G$, we wish to count the number of $H$-homomorphisms/subgraphs in $G$. Given the massive sizes of…

数据结构与算法 · 计算机科学 2023-11-17 Daniel Paul-Pena , C. Seshadhri

Many natural combinatorial quantities can be expressed by counting the number of homomorphisms to a fixed relational structure. For example, the number of 3-colorings of an undirected graph $G$ is equal to the number of homomorphisms from…

计算复杂性 · 计算机科学 2017-10-03 Hubie Chen

Many important graph theoretic notions can be encoded as counting graph homomorphism problems, such as partition functions in statistical physics, in particular, independent sets and colourings. In this article we study the complexity of…

计算复杂性 · 计算机科学 2018-04-24 Andreas Göbel , J. A. Gregor Lagodzinski , Karen Seidel

We consider constrained variants of graph homomorphisms such as embeddings, monomorphisms, full homomorphisms, surjective homomorpshims, and locally constrained homomorphisms. We also introduce a new variation on this theme which derives…

组合数学 · 数学 2014-04-23 Yangjing Long

A homomorphism from a graph G to a graph H is a function from V(G) to V(H) that preserves edges. Many combinatorial structures that arise in mathematics and computer science can be represented naturally as graph homomorphisms and as…

计算复杂性 · 计算机科学 2014-09-29 Andreas Göbel , Leslie Ann Goldberg , David Richerby

Given a class of graphs $\mathcal{H}$, the problem $\oplus\mathsf{Sub}(\mathcal{H})$ is defined as follows. The input is a graph $H\in \mathcal{H}$ together with an arbitrary graph $G$. The problem is to compute, modulo $2$, the number of…

计算复杂性 · 计算机科学 2023-10-12 Leslie Ann Goldberg , Marc Roth

Counting small patterns in a large dataset is a fundamental algorithmic task. The most common version of this task is subgraph/homomorphism counting, wherein we count the number of occurrences of a small pattern graph $H$ in an input graph…

数据结构与算法 · 计算机科学 2025-10-21 Daniel Paul-Pena , C. Seshadhri

Let $G$ be a graph that contains an induced subgraph $H$. A retraction from $G$ to $H$ is a homomorphism from $G$ to $H$ that is the identity function on $H$. Retractions are very well-studied: Given $H$, the complexity of deciding whether…

计算复杂性 · 计算机科学 2020-06-04 Jacob Focke , Leslie Ann Goldberg , Stanislav Zivny

The Metric Embedding problem takes as input two metric spaces $(X,D_X)$ and $(Y,D_Y)$, and a positive integer $d$. The objective is to determine whether there is an embedding $F:X \rightarrow Y$ such that $d_{F} \leq d$, where $d_{F}$…

计算几何 · 计算机科学 2018-06-27 Arijit Ghosh , Sudeshna Kolay , Gopinath Mishra

We study the problem $\#\mathrm{EdgeSub}(\Phi)$ of counting $k$-edge subgraphs satisfying a given graph property $\Phi$ in a large host graph $G$. Building upon the breakthrough result of Curticapean, Dell and Marx (STOC 17), we express the…

计算复杂性 · 计算机科学 2021-05-14 Norbert Peyerimhoff , Marc Roth , Johannes Schmitt , Jakob Stix , Alina Vdovina

We study the complexity of counting (weighted) planar graph homomorphism problem $\tt{Pl\text{-}GH}(M)$ parametrized by an arbitrary symmetric non-negative real valued matrix $M$. For matrices with pairwise distinct diagonal values, we…

计算复杂性 · 计算机科学 2026-02-02 Jin-Yi Cai , Ashwin Maran , Ben Young

We study the computational complexity of the problem $\#\text{IndSub}(\Phi)$ of counting $k$-vertex induced subgraphs of a graph $G$ that satisfy a graph property $\Phi$. Our main result establishes an exhaustive and explicit classification…

计算复杂性 · 计算机科学 2022-03-30 Jacob Focke , Marc Roth

In this paper, we consider the problem of counting and sampling structures in graphs. We define a class of "edge universal labeling problems"---which include proper $k$-colorings, independent sets, and downsets---and describe simple…

数据结构与算法 · 计算机科学 2020-08-20 Christine T. Cheng , Will Rosenbaum

The embedding problem is to decide, given an ordered pair of structures, whether or not there is an injective homomorphism from the first structure to the second. We study this problem using an established perspective in parameterized…

计算复杂性 · 计算机科学 2017-01-09 Hubie Chen , Moritz Müller

The goal of this work is to give precise bounds on the counting complexity of a family of generalized coloring problems (list homomorphisms) on bounded-treewidth graphs. Given graphs $G$, $H$, and lists $L(v)\subseteq V(H)$ for every $v\in…

计算复杂性 · 计算机科学 2021-11-01 Jacob Focke , Dániel Marx , Paweł Rzążewski

A homomorphism from a graph G to a graph H is a function from the vertices of G to the vertices of H that preserves edges. A homomorphism is surjective if it uses all of the vertices of H and it is a compaction if it uses all of the…

计算复杂性 · 计算机科学 2019-06-28 Jacob Focke , Leslie Ann Goldberg , Stanislav Zivny

We study the complexity of the parameterised counting constraint satisfaction problem: given a set of constraints over a set of variables and a positive integer $k$, how many ways are there to assign $k$ variables to 1 (and the others to 0)…

计算复杂性 · 计算机科学 2026-04-29 Panagiotis Aivasiliotis , Andreas Göbel , Marc Roth

In this paper we design {\sf FPT}-algorithms for two parameterized problems. The first is \textsc{List Digraph Homomorphism}: given two digraphs $G$ and $H$ and a list of allowed vertices of $H$ for every vertex of $G$, the question is…

数据结构与算法 · 计算机科学 2015-09-25 Eunjung Kim , Christophe Paul , Ignasi Sau , Dimitrios M. Thilikos

We consider the complexity of finding weighted homomorphisms from intersection graphs of curves (string graphs) with $n$ vertices to a fixed graph $H$. We provide a complete dichotomy for the problem: if $H$ has no two vertices sharing two…

计算复杂性 · 计算机科学 2019-06-24 Karolina Okrasa , Paweł Rzążewski

We study the Induced $H$ Partition problem from the parameterized complexity point of view. In the Induced $H$ Partition problem the task is to partition vertices of a graph $G$ into sets $V_1,V_2,\dots,V_n$ such that the graph $H$ is…

离散数学 · 计算机科学 2016-03-11 Dušan Knop