English

Neighbourhood Evaluation Criteria for Vertex Cover Problem

Other Computer Science 2020-05-12 v1 Artificial Intelligence

Abstract

Neighbourhood Evaluation Criteria is a heuristical approximate algorithm that attempts to solve the Minimum Vertex Cover. degree count is kept in check for each vertex and the highest count based vertex is included in our cover set. In the case of multiple equivalent vertices, the one with the lowest neighbourhood influence is selected. In the case of still existing multiple equivalent vertices, the one with the lowest remaining active vertex count (the highest Independent Set enabling count) is selected as a tie-breaker.

Keywords

Cite

@article{arxiv.2005.05065,
  title  = {Neighbourhood Evaluation Criteria for Vertex Cover Problem},
  author = {Kaustubh K Joshi},
  journal= {arXiv preprint arXiv:2005.05065},
  year   = {2020}
}

Comments

8 pages, 4 figures, 2 tables, 1 algorithm section