• 中国计算机学会会刊
  • 中国科技核心期刊
  • 中文核心期刊

Computer Engineering & Science ›› 2023, Vol. 45 ›› Issue (01): 113-118.

• Graphics and Images • Previous Articles     Next Articles

On minimum summary representing sets in general graphs

ZHONG Hao,CHEN Wei-dong   

  1. (School of Computer Science,South China Normal University,Guangzhou 510631,China)
  • Received:2022-09-14 Revised:2022-10-23 Accepted:2023-01-25 Online:2023-01-25 Published:2023-01-25

Abstract: In general graphs, the similarity between any two nodes is usually characterized based on the topological structure of the graph. Based on node similarity, this paper proposes a concept named summary representing set. Finding a summary representing set with the minimum number of nodes in a graph is called the minimum summary representing set problem. It is proved that the minimum summary representing set problem is NP-hard (non-deterministic polynomials), which means it is unlikely to exist exact algorithms with poly-nomial time. A greedy approximation algorithm with polynomial time is proposed based on submodular function, which is used to solve the minimum summary representing set problem and get the approximate results.

Key words: node similarity, NP-hard, submodular function, approximation algorithm