Mathematical Theory and Applications ›› 2017, Vol. 37 ›› Issue (2): 97-104.

Previous Articles     Next Articles

Measure and Conquer Approach for the Maximum Vertex Weighted Clique Problem

Huang Fei 1 ,Ning Aibing1, Liu Zhimin1, He Yongmei 1, Wang Yongfei 2, Zhang Huizhen1   

  1. 1.School of Business,University of Shanghai for Science and Technology,Shanghai 200093,China; 2.58Anjuke,Shanghai 200127,China

  • Online:2017-06-30 Published:2020-09-23

Abstract:

Branching and order-reducing are widely used for solving NP-Hard Problems.The main idea of the approach is to solve the problem by decomposing it into two or more sub-problems,and the sub-problems can be recursively solved.But we cannot get a better result by using the normal complexity analyticalmethod since it is not so accurate.The measure and conquer approach is a new technique for algorithm design and complexity analysis.This paper designs an algorithm to solve the weighted maximum clique problem and uses traditional analysis technology to analyze the worst-case running time of the algorithm and gets O(1.4656np(n))running time,where p(n)is the polynomial function of node number nin the problem.We employ the measure and conquer approach to improve the time complexity of the algorithm from O(1.4656np(n)) to O (1.3765np(n))without modifying the algorithm. Our results show that the measure and conquer approach can give more precise time complexity.

Key words:

Branching and order-reducing algorithm, Weighted maximum clique, Time complexity, Measure and conquer, Graph theory