NuMVC: An Efficient Local Search Algorithm for Minimum Vertex Cover

被引:107
作者
Cai, Shaowei [1 ]
Su, Kaile [2 ]
Luo, Chuan [1 ]
Sattar, Abdul [2 ]
机构
[1] Peking Univ, Key Lab High Confidence Software Technol, Beijing 100871, Peoples R China
[2] Griffith Univ, Inst Integrated & Intelligent Syst, Brisbane, Qld 4111, Australia
基金
中国国家自然科学基金;
关键词
RANDOM CONSTRAINT SATISFACTION; MAXIMUM CLIQUE; CONFIGURATION CHECKING; HARD; OPTIMIZATION; HEURISTICS;
D O I
10.1613/jair.3907
中图分类号
TP18 [人工智能理论];
学科分类号
081104 ; 0812 ; 0835 ; 1405 ;
摘要
The Minimum Vertex Cover (MVC) problem is a prominent NP-hard combinatorial optimization problem of great importance in both theory and application. Local search has proved successful for this problem. However, there are two main drawbacks in state-of-the-art MVC local search algorithms. First, they select a pair of vertices to exchange simultaneously, which is time-consuming. Secondly, although using edge weighting techniques to diversify the search, these algorithms lack mechanisms for decreasing the weights. To address these issues, we propose two new strategies: two-stage exchange and edge weighting with forgetting. The two-stage exchange strategy selects two vertices to exchange separately and performs the exchange in two stages. The strategy of edge weighting with forgetting not only increases weights of uncovered edges, but also decreases some weights for each edge periodically. These two strategies are used in designing a new MVC local search algorithm, which is referred to as NuMVC. We conduct extensive experimental studies on the standard benchmarks, namely DIMACS and BHOSLIB. The experiment comparing NuMVC with state-of-the-art heuristic algorithms show that NuMVC is at least competitive with the nearest competitor namely PLS on the DIMACS benchmark, and clearly dominates all competitors on the BHOSLIB benchmark. Also, experimental results indicate that NuMVC finds an optimal solution much faster than the current best exact algorithm for Maximum Clique on random instances as well as some structured ones. Moreover, we study the effectiveness of the two strategies and the run-time behaviour through experimental analysis.
引用
收藏
页码:687 / 716
页数:30
相关论文
共 61 条
[21]   Optimal schedules for parallelizing anytime algorithms: The case of shared resources [J].
Finkelstein, L ;
Markovitch, S ;
Rivlin, E .
JOURNAL OF ARTIFICIAL INTELLIGENCE RESEARCH, 2003, 19 :73-138
[22]  
Gajurel S., 2012, IJEA, V3, P9
[23]  
Glover F., 1989, ORSA Journal on Computing, V1, P190, DOI [10.1287/ijoc.2.1.4, 10.1287/ijoc.1.3.190]
[24]   Simple ingredients leading to very efficient heuristics for the maximum clique problem [J].
Grosso, Andrea ;
Locatelli, Marco ;
Pullan, Wayne .
JOURNAL OF HEURISTICS, 2008, 14 (06) :587-612
[25]   Improved approximation algorithms for the vertex cover problem in graphs and hypergraphs [J].
Halperin, E .
SIAM JOURNAL ON COMPUTING, 2002, 31 (05) :1608-1623
[26]   Some optimal inapproximability results [J].
Håstad, J .
JOURNAL OF THE ACM, 2001, 48 (04) :798-859
[27]   Clique is hard to approximate within n1-ε [J].
Håstad, J .
ACTA MATHEMATICA, 1999, 182 (01) :105-142
[28]   Towards a characterisation of the behaviour of stochastic local search algorithms for SAT [J].
Hoos, HH ;
Stützle, T .
ARTIFICIAL INTELLIGENCE, 1999, 112 (1-2) :213-232
[29]  
Hutter F., 2002, Principles and Practice of Constraint Programming - CP 2002. 8th International Conference, CP 2002. Proceedings (Lecture Notes in Computer Science Vol.2470), P233
[30]  
Ishtaiwi A, 2005, LECT NOTES COMPUT SC, V3709, P772, DOI 10.1007/11564751_62