中文
相关论文

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

200 篇论文

We obtain sharp bounds for the number of n-cycles in a finite graph as a function of the number of edges, and prove that the complete graph is optimal in more ways than could be imagined. En route, we prove some sharp estimates on power…

组合数学 · 数学 2007-05-23 Igor Rivin

A linear cycle in a hypergraph $H$ is a cyclic sequence of hyperedges such that two consecutive hyperedges intersect in exactly one element and two nonconsecutive hyperedges are disjoint and $\alpha(H)$ denotes the size of a largest…

组合数学 · 数学 2016-09-16 Beka Ergemlidze , Ervin Győri , Abhishek Methuku

In the classical partial vertex cover problem, we are given a graph $G$ and two positive integers $R$ and $L$. The goal is to check whether there is a subset $V'$ of $V$ of size at most $R$, such that $V'$ covers at least $L$ edges of $G$.…

离散数学 · 计算机科学 2021-04-23 Vahan Mkrtchyan , Garik Petrosyan

We solve the following problem: Can an undirected weighted graph G be parti- tioned into two non-empty induced subgraphs satisfying minimum constraints for the sum of edge weights at vertices of each subgraph? We show that this is possible…

组合数学 · 数学 2017-02-02 Amir Ban

Minimum Weight Cycle (MWC) is the problem of finding a simple cycle of minimum weight in a graph $G=(V,E)$. This is a fundamental graph problem with classical sequential algorithms that run in $\tilde{O}(n^3)$ and $\tilde{O}(mn)$ time where…

数据结构与算法 · 计算机科学 2024-05-24 Vignesh Manoharan , Vijaya Ramachandran

A graph is well-covered if every maximal independent set has the same cardinality. The recognition problem of well-covered graphs is known to be co-NP-complete. Let w be a weight function defined on the vertices of G. Then G is…

离散数学 · 计算机科学 2010-09-17 Vadim E. Levit , David Tankus

A cycle basis in an undirected graph is a minimal set of simple cycles whose symmetric differences include all Eulerian subgraphs of the given graph. We define a rooted cycle basis to be a cycle basis in which all cycles contain a specified…

数据结构与算法 · 计算机科学 2015-04-21 David Eppstein , J. Michael McCarthy , Brian E. Parrish

In some applications of matching, the structural or hierarchical properties of the two graphs being aligned must be maintained. The hierarchical properties are induced by the direction of the edges in the two directed graphs. These…

数据结构与算法 · 计算机科学 2009-09-29 Sean M. Falconer , Dmitri Maslov

We study a counting version of Cycle Double Cover Conjecture. We discuss why it is more interesting to count circuits (i.e., graphs isomorphic to $C_k$ for some $k$) instead of cycles (graphs with all degrees even). We give an…

组合数学 · 数学 2024-09-12 Radek Hušek , Robert Šámal

We consider three variants of the problem of finding a maximum weight restricted $2$-matching in a subcubic graph $G$. (A $2$-matching is any subset of the edges such that each vertex is incident to at most two of its edges.) Depending on…

数据结构与算法 · 计算机科学 2021-01-01 Katarzyna Paluch , Mateusz Wasylkiewicz

We present practical linear and almost linear-time algorithms to compute a chain decomposition of a directed acyclic graph (DAG), $G=(V,E)$. The number of vertex-disjoint chains computed is very close to the minimum. The time complexity of…

数据结构与算法 · 计算机科学 2022-12-09 Giorgos Kritikakis , Ioannis G. Tollis

Eigenvectors of the Laplacian of a cycle graph exhibit the sinusoidal characteristics of the standard DFT basis, and signals defined on such graphs are amenable to linear shift invariant (LSI) operations. In this paper we propose to reduce…

信息论 · 计算机科学 2016-02-22 Raghavendra Singh

Given a complete graph with positive weights on its edges, we define the weight of a subset of edges as the product of weights of the edges in the subset and consider sums (partition functions) of weights over subsets of various kinds:…

组合数学 · 数学 2013-05-14 Alexander Barvinok

We define and study analogs of probabilistic tree embedding and tree cover for directed graphs. We define the notion of a DAG cover of a general directed graph $G$: a small collection $D_1,\dots D_g$ of DAGs so that for all pairs of…

数据结构与算法 · 计算机科学 2025-04-16 Sepehr Assadi , Gary Hoppenworth , Nicole Wein

We present the first deterministic nearly-linear time algorithm for single-source shortest paths with negative edge weights on directed graphs: given a directed graph $G$ with $n$ vertices, $m$ edges whose weights are integer in…

数据结构与算法 · 计算机科学 2025-11-12 Bernhard Haeupler , Yonggang Jiang , Thatchaphol Saranurak

The widely studied edge modification problems ask how to minimally alter a graph to satisfy certain structural properties. In this paper, we introduce and study a new edge modification problem centered around transforming a given graph into…

数据结构与算法 · 计算机科学 2025-09-16 Amirali Madani , Anil Maheshwari , Babak Miraftab , Paweł Żyliński

The maximum edge-weight clique problem is to find a clique whose sum of edge-weight is the maximum for a given edge-weighted undirected graph. The problem is NP-hard and some branch-and-bound algorithms have been proposed. In this paper, we…

数据结构与算法 · 计算机科学 2018-10-25 Satoshi Shimizu , Kazuaki Yamaguchi , Sumio Masuda

In this paper, we study the exact learning problem for weighted graphs, where we are given the vertex set, $V$, of a weighted graph, $G=(V,E,w)$, but we are not given $E$. The problem, which is also known as graph reconstruction, is to…

数据结构与算法 · 计算机科学 2025-11-20 Michael T. Goodrich , Songyu Liu , Ioannis Panageas

A mixed dominating set of a graph $G = (V, E)$ is a mixed set $D$ of vertices and edges, such that for every edge or vertex, if it is not in $D$, then it is adjacent or incident to at least one vertex or edge in $D$. The mixed domination…

数据结构与算法 · 计算机科学 2019-06-27 Mingyu Xiao

The problem of finding an optimal vertex cover in a graph is a classic NP-complete problem, and is a special case of the hitting set question. On the other hand, the hitting set problem, when asked in the context of induced geometric…

数据结构与算法 · 计算机科学 2014-04-24 Akanksha Agrawal , Sathish Govindarajan , Neeldhara Misra