中文
相关论文

相关论文: Minimum Cost Homomorphisms to Proper Interval Grap…

200 篇论文

The problem of covering minimum cost common bases of two matroids is NP-complete, even if the two matroids coincide, and the costs are all equal to 1. In this paper we show that the following special case is solvable in polynomial time:…

组合数学 · 数学 2015-06-19 Attila Bernáth , Gyula Pap

Counting homomorphisms of a constant sized pattern graph $H$ in an input graph $G$ is a fundamental computational problem. There is a rich history of studying the complexity of this problem, under various constraints on the input $G$ and…

数据结构与算法 · 计算机科学 2020-11-20 Suman K. Bera , Noujan Pashanasangi , C. Seshadhri

A mapping $\alpha : V(G) \to V(H)$ from the vertex set of one graph $G$ to another graph $H$ is an isometric embedding if the shortest path distance between any two vertices in $G$ equals the distance between their images in $H$. Here, we…

离散数学 · 计算机科学 2021-12-21 Joseph Berleant , Kristin Sheridan , Anne Condon , Virginia Vassilevska Williams , Mark Bathe

A graph homomorphism is a vertex map which carries edges from a source graph to edges in a target graph. The instances of the Weighted Maximum H-Colourable Subgraph problem (MAX H-COL) are edge-weighted graphs G and the objective is to find…

离散数学 · 计算机科学 2009-11-18 Robert Engström , Tommy Färnqvist , Peter Jonsson , Johan Thapper

Two graphs $G$ and $H$ are homomorphism indistinguishable over a family of graphs $\mathcal{F}$ if for all graphs $F \in \mathcal{F}$ the number of homomorphisms from $F$ to $G$ is equal to the number of homomorphism from $F$ to $H$. Many…

计算机科学中的逻辑 · 计算机科学 2024-02-15 Tim Seppelt

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

We investigate the complexity and approximability of the budget-constrained minimum cost flow problem, which is an extension of the traditional minimum cost flow problem by a second kind of costs associated with each edge, whose total value…

数据结构与算法 · 计算机科学 2016-07-11 Michael Holzhauser , Sven O. Krumke , Clemens Thielen

In recent years many algorithms have been developed for finding patterns in graphs and networks. A disadvantage of these algorithms is that they use subgraph isomorphism to determine the support of a graph pattern; subgraph isomorphism is a…

数据结构与算法 · 计算机科学 2015-03-19 Anton Dries , Siegfried Nijssen

Let $D$ be a directed graph cellularly embedded in a surface together with non-negative cost on its arcs. Given any integer circulation in $D$, we study the problem of finding a minimum-cost non-negative integer circulation in $D$ that is…

离散数学 · 计算机科学 2020-10-16 Sarah Morell , Ina Seidel , Stefan Weltge

We consider an extension of the {\em popular matching} problem in this paper. The input to the popular matching problem is a bipartite graph G = (A U B,E), where A is a set of people, B is a set of items, and each person a belonging to A…

数据结构与算法 · 计算机科学 2010-09-15 Telikepalli Kavitha , Meghana Nasre , Prajakta Nimbhorkar

In recent years, much attention has been placed on the complexity of graph homomorphism problems when the input is restricted to ${\mathbb P}_k$-free and ${\mathbb P}_k$-subgraph-free graphs. We consider the directed version of this…

计算复杂性 · 计算机科学 2025-02-26 Santiago Guzmán-Pro , Barnaby Martin

In this paper we study the following problem. Let $A$ be a fixed graph, and let $\hom(G,A)$ denote the number of homomorphisms from a graph $G$ to $A$. Furthermore, let $v(G)$ denote the number of vertices of $G$, and let $\mathcal{G}_d$…

组合数学 · 数学 2017-05-08 Péter Csikvári

Given two graphs $G$ and $H$, we say that $G$ contains $H$ as an induced minor if a graph isomorphic to $H$ can be obtained from $G$ by a sequence of vertex deletions and edge contractions. We study the complexity of Graph Isomorphism on…

离散数学 · 计算机科学 2016-05-30 Rémy Belmonte , Yota Otachi , Pascal Schweitzer

For a fixed graph $H$ and for arbitrarily large host graphs $G$, the number of homomorphisms from $H$ to $G$ and the number of subgraphs isomorphic to $H$ contained in $G$ have been extensively studied in extremal graph theory and graph…

组合数学 · 数学 2021-07-05 Chun-Hung Liu

For a graph $F$, a graph $G$ is \emph{$F$-free} if it does not contain an induced subgraph isomorphic to $F$. For two graphs $G$ and $H$, an \emph{$H$-coloring} of $G$ is a mapping $f:V(G)\rightarrow V(H)$ such that for every edge $uv\in…

数据结构与算法 · 计算机科学 2023-03-06 Maria Chudnovsky , Shenwei Huang , Paweł Rzążewski , Sophie Spirkl , Mingxian Zhong

We introduce (weak) oddomorphisms of graphs which are homomorphisms with additional constraints based on parity. These maps turn out to have interesting properties (e.g., they preserve planarity), particularly in relation to homomorphism…

组合数学 · 数学 2022-06-22 David E. Roberson

For a connected graph $G=(V,E)$, a matching $M\subseteq E$ is a matching cut of $G$ if $G-M$ is disconnected. It is known that for an integer $d$, the corresponding decision problem Matching Cut is polynomial-time solvable for graphs of…

组合数学 · 数学 2022-07-18 Felicia Lucke , Daniël Paulusma , Bernard Ries

We prove that unless Exponential Time Hypothesis (ETH) fails, deciding if there is a homomorphism from graph $G$ to graph $H$ cannot be done in time $|V(H)|^{o(|V(G)|)}$. Combined with the reduction of Cygan, Pachocki, and Soca{\l}a, our…

数据结构与算法 · 计算机科学 2015-07-15 Fedor V. Fomin , Alexander Golovnev , Alexander S. Kulikov , Ivan Mihajlin

In the deletion version of the list homomorphism problem, we are given graphs G and H, a list L(v) that is a subset of V(H) for each vertex v of G, and an integer k. The task is to decide whether there exists a subset W of V(G) of size at…

数据结构与算法 · 计算机科学 2013-08-06 Rajesh Chitnis , Laszlo Egri , Daniel Marx

In the problem of minimum connected dominating set with routing cost constraint, we are given a graph $G=(V,E)$, and the goal is to find the smallest connected dominating set $D$ of $G$ such that, for any two non-adjacent vertices $u$ and…

数据结构与算法 · 计算机科学 2018-02-20 Tung-Wei Kuo