A multi-start iterated greedy algorithm for the minimum weight vertex cover P3 problem

作者:

Highlights:

摘要

Given a vertex-weighted graph and a positive integer k ≥ 2, the minimum weight vertex cover Pk (MWVCPk) problem is to find a vertex subset F ⊆ V with minimum total weight such that every path of order k in G contains at least one vertex in F. For any integer k ≥ 2, the MWVCPk problem for general graphs is NP-hard. In this paper, we restrict our attention to the MWVCP3 problem and present a multi-start iterated greedy algorithm to solve the MWVCP3 problem. The experiments are carried out on randomly generated instances with up to 1000 vertices and 250000 edges. Our work is the first one to adopt heuristic algorithms to solve the MWVCP3 problem, and the experimental results show that our algorithm performs reasonably well in practice.

论文关键词:Iterated greedy algorithm,Minimum weight vertex cover P3 problem,Heuristic algorithms,Combinatorial optimization problems

论文评审过程:Received 9 October 2018, Revised 15 December 2018, Accepted 27 December 2018, Available online 12 January 2019, Version of Record 12 January 2019.

论文官网地址:https://doi.org/10.1016/j.amc.2018.12.067