Algorithms For Solving the Maximum Clique Problem

Main Article Content

Chartchai Leenawong*
Rungaree Santawakup

Abstract

 


Given a graph, in a well-known combinatorial optimization problem, the search for a maximum clique is investigated here. A clique of a graph is a set of vertices, any two of which are adjacent. The maximum clique problem asks for a clique having a large vertex (node) set. This research modifies a specific previous algorithm that uses branch and bound as well as pruning strategy by reordering the vertices according to the degrees of vertices. Then the new algorithm and some previous algorithms are implemented on a computer to compare the results of these algorithms on a certain type of graphs, namely, random graphs. In addition, for approximation proposes, an algorithm for solving the minimum vertex color problem is also implemented because of the face that the solution to this problem is an upper bound to the solution of the maximum clique problem.


Keywords: Maximum Clique, Combinatorial Optimization, Computer Algorithm.


Corresponding author: E-mail: [email protected]


 

Article Details

Section
Original Research Articles

References

[1] Garey, M.R. and Johnson, D.S. 1979 Computers and Intractability: A Guide to the Theory of NP-Completeness. New York, W.H. Freeman.
[2] Pardalos, P.M. and Xue, J. 1994 The Maximum Clique Problem, Journal of Global Optimization, 4, 301-328.
[3] Carraghan, R. and Pardalos, P.M. 1990 An Exact Algorithm for the Maximum Clique problem, Operation Research Letters, 9, 375-382.
[4] Östergård, P.R.J. 2002 A Fast Algorithm for the Maximum Clique Problem, Discrete Applied Mathematics, 120, 195-205.
[5] Gould, R. 1988 Graph Theory: California, Benjamin/Cummings Publishing.