中文
相关论文

相关论文: Approximability of the Vertex Cover Problem in Pow…

200 篇论文

We give logarithmic lower bounds for the approximability of the Minimum Dominating Set problem in connected (alpha,beta)-Power Law Graphs. We give also a best up to now upper approximation bound on the problem for the case of the parameters…

计算复杂性 · 计算机科学 2012-12-17 Mikael Gast , Mathias Hauptmann , Marek Karpinski

Minimum sum vertex cover of an $n$-vertex graph $G$ is a bijection $\phi : V(G) \to [n]$ that minimizes the cost $\sum_{\{u,v\} \in E(G)} \min \{\phi(u), \phi(v) \}$. Finding a minimum sum vertex cover of a graph (the MSVC problem) is…

数据结构与算法 · 计算机科学 2024-01-11 Shubhada Aute , Fahad Panolan

In this paper we study the MAX-CUT problem on power law graphs (PLGs) with power law exponent $\beta$. We prove some new approximability results on that problem. In particular we show that there exist polynomial time approximation schemes…

数据结构与算法 · 计算机科学 2016-02-29 Mikael Gast , Mathias Hauptmann , Marek Karpinski

This paper proposes a novel branch-and-bound(BMWVC) algorithm to exactly solve the minimum weight vertex cover problem (MWVC) in large graphs. The original contribution is several new graph reduction rules, allowing to reduce a graph G and…

数据结构与算法 · 计算机科学 2019-03-15 Luzhi Wang , Chu-Min Li , Junping Zhou , Bo Jin , Minghao Yin

We consider a natural generalization of the Partial Vertex Cover problem. Here an instance consists of a graph G = (V,E), a positive cost function c: V-> Z^{+}, a partition $P_1,..., P_r$ of the edge set $E$, and a parameter $k_i$ for each…

数据结构与算法 · 计算机科学 2015-03-19 Suman Kalyan Bera , Shalmoli Gupta , Amit Kumar , Sambuddha Roy

The paper presents an algorithm for minimum vertex cover problem, which is an NP-Complete problem. The algorithm computes a minimum vertex cover of each input simple graph. Tested by the attached MATLAB programs, Stage 1 of the algorithm is…

离散数学 · 计算机科学 2016-10-30 Gang Hu

Recently, there has been increasing interest and progress in improvising the approximation algorithm for well-known NP-Complete problems, particularly the approximation algorithm for the Vertex-Cover problem. Here we have proposed a…

数据结构与算法 · 计算机科学 2013-09-20 Deepak Puthal

In this paper we give a f-approximation algorithm for the minimum unweighted Vertex Cover problem with Hard Capacity constraints (VCHC) on f-hypergraphs. This problem generalizes standard vertex cover for which the best known approximation…

数据结构与算法 · 计算机科学 2017-01-24 Sam Chiu-wai Wong

The Minimum Vertex Cover (MinVC) problem is a well-known NP-hard problem. Recently there has been great interest in solving this problem on real-world massive graphs. For such graphs, local search is a promising approach to finding optimal…

数据结构与算法 · 计算机科学 2015-09-22 Yi Fan , Chengqian Li , Zongjie Ma , LjiLjana Brankovic , Vladimir Estivill-Castro , Abdul Sattar

We study minimum vertex cover problems on random \alpha-uniform hypergraphs using two different approaches, a replica method in statistical mechanics of random systems and a leaf removal algorithm. It is found that there exists a phase…

无序系统与神经网络 · 物理学 2014-07-03 Satoshi Takabe , Koji Hukushima

Given a simple graph $G = (V, E)$ and a constant integer $k \ge 2$, the $k$-path vertex cover problem ({\sc P$k$VC}) asks for a minimum subset $F \subseteq V$ of vertices such that the induced subgraph $G[V - F]$ does not contain any path…

数据结构与算法 · 计算机科学 2018-11-06 An Zhang , Yong Chen , Zhi-Zhong Chen , Guohui Lin

We give a nearly optimal sublinear-time algorithm for approximating the size of a minimum vertex cover in a graph G. The algorithm may query the degree deg(v) of any vertex v of its choice, and for each 1 <= i <= deg(v), it may ask for the…

数据结构与算法 · 计算机科学 2011-10-06 Krzysztof Onak , Dana Ron , Michal Rosen , Ronitt Rubinfeld

Minimum vertex cover problem is an NP-Hard problem with the aim of finding minimum number of vertices to cover graph. In this paper, a learning automaton based algorithm is proposed to find minimum vertex cover in graph. In the proposed…

人工智能 · 计算机科学 2013-12-02 Aylin Mousavian , Alireza Rezvanian , Mohammad Reza Meybodi

In this paper we study the special case of Graphic TSP where the underlying graph is a power law graph (PLG). We give a refined analysis of some of the current best approximation algorithms and show that an improved approximation ratio can…

数据结构与算法 · 计算机科学 2015-09-15 Mikael Gast , Mathias Hauptmann , Marek Karpinski

Our main result is designing an algorithm that returns a vertex cover of $\mathcal{G}^\star$ with size at most $(3/2+\epsilon)$ times the expected size of the minimum vertex cover, using only $O(n/\epsilon p)$ non-adaptive queries. This…

数据结构与算法 · 计算机科学 2023-02-07 Mahsa Derakhshan , Naveen Durvasula , Nika Haghtalab

The vertex cover problem is one of the most important and intensively studied combinatorial optimization problems. Khot and Regev (2003) proved that the problem is NP-hard to approximate within a factor $2 - \epsilon$, assuming the Unique…

计算复杂性 · 计算机科学 2015-11-30 Abbas Bazzi , Samuel Fiorini , Sebastian Pokutta , Ola Svensson

We study the Minimum Sum Vertex Cover problem, which asks for an ordering of vertices in a graph that minimizes the total cover time of edges. In particular, n vertices of the graph are visited according to an ordering, and for each edge…

计算复杂性 · 计算机科学 2022-12-23 Aleksa Stanković

We present a time-optimal deterministic distributed algorithm for approximating a minimum weight vertex cover in hypergraphs of rank $f$. This problem is equivalent to the Minimum Weight Set Cover Problem in which the frequency of every…

分布式、并行与集群计算 · 计算机科学 2018-08-20 Ran Ben-Basat , Guy Even , Ken-ichi Kawarabayashi , Gregory Schwartzman

Evolution of large scale networks demand for efficient way of communication in the networks. One way to propagate information in the network is to find vertex cover. In this paper we describe a variant of vertex cover problem naming it…

数据结构与算法 · 计算机科学 2016-06-10 Tarun Yadav , Koustav Sadhukhan , Rao Arvind Mallari

This paper presents a fast and simple new 2-approximation algorithm for minimum weighted vertex cover. The unweighted version of this algorithm is equivalent to a well-known greedy maximal independent set algorithm. We prove that this…

数据结构与算法 · 计算机科学 2022-09-13 Nate Veldt
‹ 上一页 1 2 3 10 下一页 ›