中文
相关论文

相关论文: Approximation Algorithms for Restricted Cycle Cove…

200 篇论文

The subject of graph convexity is well explored in the literature, the so-called interval convexities above all. In this work, we explore the cycle convexity, an interval convexity whose interval function is $I(S) = S \cup \{u \mid G[S \cup…

计算复杂性 · 计算机科学 2025-04-22 Carlos V. G. C. Lima , Thiago Marcilon , Pedro Paulo de Medeiros

We give a parameterized algorithm for weighted vertex cover on graphs with maximum degree 3 whose time complexity is $O^*(1.402^t)$, where $t$ is the minimum size of a vertex cover of the input graph.

数据结构与算法 · 计算机科学 2018-11-01 Dekel Tsur

A tight $\ell$-cycle minus an edge $C_\ell^-$ is the $3$-graph on the vertex set $[\ell]$, where any three consecutive vertices in the string $123\ldots\ell 1$ form an edge. We show that for every $\ell\ge 5$, $\ell$ not divisible by $3$,…

组合数学 · 数学 2024-11-27 Bernard Lidicky , Connor Mattes , Florian Pfender

In a bounded max-coloring of a vertex/edge weighted graph, each color class is of cardinality at most $b$ and of weight equal to the weight of the heaviest vertex/edge in this class. The bounded max-vertex/edge-coloring problems ask for…

数据结构与算法 · 计算机科学 2009-04-13 Evripidis Bampis , Alexander Kononov , Giorgio Lucarelli , Ioannis Milis

We introduce and study a generalization of conformal rigidity for graphs. A graph is $k$-conformally rigid if the uniform edge weights simultaneously maximize the sum of the $k$ smallest nontrivial Laplacian eigenvalues and minimize the sum…

组合数学 · 数学 2026-05-12 Henrique Assumpção , Gabriel Coutinho , Chris Godsil

Decomposing an Eulerian graph into a minimum respectively maximum number of edge disjoint cycles is an NP-complete problem. We prove that an Eulerian graph decomposes into a unique number of cycles if and only if it does not contain two…

组合数学 · 数学 2019-01-08 Irene Heinrich , Manuel Streicher

A proper total weighting of a graph $G$ is a mapping $\phi$ which assigns to each vertex and each edge of $G$ a real number as its weight so that for any edge $uv$ of $G$, $\sum_{e \in E(v)}\phi(e)+\phi(v) \ne \sum_{e \in…

组合数学 · 数学 2017-05-24 Yu-Chang Liang , Tsai-Lien Wong , Xuding Zhu

Let G be a graph of order n and let q(G) be that largest eigenvalue of the signless Laplacian of G. In this note it is shown that if k>1 and q(G)>=n+2k-2, then G contains cycles of length l whenever 2<l<2k+3. This bound is asymptotically…

组合数学 · 数学 2014-02-26 V. Nikiforov

We investigate computational problems involving large weights through the lens of kernelization, which is a framework of polynomial-time preprocessing aimed at compressing the instance size. Our main focus is the weighted Clique problem,…

数据结构与算法 · 计算机科学 2021-07-07 Bart M. P. Jansen , Shivesh K. Roy , Michał Włodarczyk

We define the cover number of a graph $G$ by a graph class $\mathcal P$ as the minimum number of graphs of class $\mathcal P$ required to cover the edge set of $G$. Taking inspiration from a paper by Harary, Hsu and Miller, we find an exact…

组合数学 · 数学 2025-02-24 Márton Marits

The $k$-deck of a graph is its multiset of induced subgraphs on $k$ vertices. We prove that $n$-vertex graphs with maximum degree $2$ have the same $k$-decks if each cycle has at least $k+1$ vertices, each path component has at least $k-1$…

组合数学 · 数学 2016-09-02 Douglas B. West , Hannah Spinoza

We perform a systematic study in the computational complexity of the connected variant of three related transversal problems: Vertex Cover, Feedback Vertex Set, and Odd Cycle Transversal. Just like their original counterparts, these…

数据结构与算法 · 计算机科学 2017-09-22 Nina Chiarelli , Tatiana R. Hartinger , Matthew Johnson , Martin Milanič , Daniël Paulusma

We propose an improved algorithm for counting the number of Hamiltonian cycles in a directed graph. The basic idea of the method is sequential acceptance/rejection, which is successfully used in approximating the number of perfect matchings…

数据结构与算法 · 计算机科学 2009-11-23 Jinshan Zhang

Testing if a given graph $G$ contains the $k$-vertex path $P_k$ as a minor or as an induced minor is trivial for every fixed integer $k\geq 1$. However, the situation changes for the problem of checking if a graph can be modified into $P_k$…

离散数学 · 计算机科学 2017-06-13 Konrad K. Dabrowski , Daniël Paulusma

This work addresses the NP-Hard problem of acyclic directed acyclic graph (DAG) partitioning problem. The acyclic partitioning problem is defined as partitioning the vertex set of a given directed acyclic graph into disjoint and…

数据结构与算法 · 计算机科学 2022-07-28 M. Yusuf Özkaya , Ümit V. Çatalyürek

A colouring of a hypergraph's vertices is polychromatic if every hyperedge contains at least one vertex of each colour; the polychromatic number is the maximum number of colours in such a colouring. Its dual, the cover-decomposition number,…

组合数学 · 数学 2012-05-31 Béla Bollobás , David Pritchard , Thomas Rothvoß , Alex Scott

We make progress on three long standing conjectures from the 1960s about path and cycle decompositions of graphs. Gallai conjectured that any connected graph on $n$ vertices can be decomposed into at most $\left\lceil…

组合数学 · 数学 2022-02-09 António Girão , Bertille Granet , Daniela Kühn , Deryk Osthus

The problem of packing Hamilton cycles in random and pseudorandom graphs has been studied extensively. In this paper, we look at the dual question of covering all edges of a graph by Hamilton cycles and prove that if a graph with maximum…

组合数学 · 数学 2011-11-15 Roman Glebov , Michael Krivelevich , Tibor Szabó

We develop a polynomial time 3/2-approximation algorithm to solve the vertex cover problem on a class of graphs satisfying a property called ``active edge hypothesis''. The algorithm also guarantees an optimal solution on specially…

数据结构与算法 · 计算机科学 2007-12-21 Qiaoming Han , Abraham P. Punnen , Yinyu Ye

In the problem (Unweighted) Max-Cut we are given a graph $G = (V,E)$ and asked for a set $S \subseteq V$ such that the number of edges from $S$ to $V \setminus S$ is maximal. In this paper we consider an even harder problem: (Weighted)…

数据结构与算法 · 计算机科学 2022-10-14 Hauke Brinkop , Klaus Jansen